https://github.com/oniani/tictactoe_h
TicTacToe "AI" using minimax
https://github.com/oniani/tictactoe_h
Last synced: 3 months ago
JSON representation
TicTacToe "AI" using minimax
- Host: GitHub
- URL: https://github.com/oniani/tictactoe_h
- Owner: oniani
- License: gpl-3.0
- Created: 2018-10-12T06:58:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-13T14:33:18.000Z (about 7 years ago)
- Last Synced: 2025-03-02T10:08:12.718Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Tic-Tac-Toe
This is the implementation of the tic-tac-toe
game in Haskell. For more information about the
game visit [[1]](#references) Tic-tac-toe - Wikipedia.
### Rereferences
[1] [Tic-tac-toe - Wikipedia](https://en.wikipedia.org/wiki/Tic-tac-toe)
### License
[GNU General Public License v3.0](LICENSE)