Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 924 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 924 Bytes

TicTacToe-Java-Game

This is a simple game of TIC TAC TOE. I have used Java AWT and Swing to make the UI of the game. Further ahead I plan to make it into a complete working game along with a feature of playing with computer in which I plan to use minimax algorithm to give all possible permutations that can happen inorder to make it capable to predict or counter the moves made by a user.
Here's how the UI looks like:

Screenshot (45)

Screenshot (46)

Screenshot (48)

Screenshot (49)