https://github.com/minhaskamal/tictactoe
Naive AI Enabled Tic-Tac-Toe Game (noughts-and-crosses-Xs-Os-paper-pencil)
https://github.com/minhaskamal/tictactoe
ai artificial-intelligence game java noughts-and-crosses tictactoe
Last synced: 6 months ago
JSON representation
Naive AI Enabled Tic-Tac-Toe Game (noughts-and-crosses-Xs-Os-paper-pencil)
- Host: GitHub
- URL: https://github.com/minhaskamal/tictactoe
- Owner: MinhasKamal
- License: mit
- Created: 2015-11-18T14:36:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-06T15:27:21.000Z (almost 9 years ago)
- Last Synced: 2025-03-25T14:39:01.713Z (7 months ago)
- Topics: ai, artificial-intelligence, game, java, noughts-and-crosses, tictactoe
- Language: Java
- Homepage: http://minhaskamal.github.io/TicTacToe
- Size: 1.84 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :game_die: TicTacToe/CrissCross
#### Naive AI Enabled Tic-Tac-Toe GameIt is a simple [Tic-Tac-Toe](http://minhaskamal.github.io/TicTacToe) game and you can play with the computer too! The computer has two AI-Players, having two levels of smartness. It is almost impossible to beat the hard level :sunglasses:.
The game was first created [in C](https://github.com/MinhasKamal/CoolConsoleGames/blob/master/src/CrissCrossV-2.c), then was rewritten and converted to Java. The actual name of the project was **CrissCross**. There is also a LAN based version of it [here](https://github.com/MinhasKamal/ServerClient/tree/master/src/onlineGame).
### Views
![]()
![]()
![]()
### Releases
- Version 4 - Release Date: 11 Jun 2014
- Version 3 - Release Date: 10 Nov 2013
- Version 2 - Release Date: 08 Jun 2013### License
TicTacToe is licensed under MIT License.