An open API service indexing awesome lists of open source software.

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

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)