https://github.com/caneroj1/tictactoe-hs
Command-line TicTacToe in haskell with a minimax AI.
https://github.com/caneroj1/tictactoe-hs
Last synced: about 1 month ago
JSON representation
Command-line TicTacToe in haskell with a minimax AI.
- Host: GitHub
- URL: https://github.com/caneroj1/tictactoe-hs
- Owner: caneroj1
- License: mit
- Created: 2016-06-30T02:34:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-11T03:23:39.000Z (almost 9 years ago)
- Last Synced: 2025-03-25T10:42:18.891Z (about 2 months ago)
- Language: Haskell
- Size: 18.6 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TicTacToe-hs
Command-line TicTacToe in haskell with a minimax AI.