A GUI Tic Tac Toe Game to play with friend or mainly with robot written in Java FX.
- game can be played by two users offline ( by choosing play with friend )
- game can be interactive by choosing play with Robot which needed using some algorithms to give the needed move to the robot to play with user
- algorithms needed
- minimax algorithm
- backtracking algorithm
- more optimizations soon!
user can play with himself or with friend on the same device
once the user play his turn the minimax algortihm is called to give the needed move to be played by robot.
- Component
- fxml files
- java controller classes