Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noughtmare/tictactoe_hs
Tic Tac Toe implemented in haskell (with AI)
https://github.com/noughtmare/tictactoe_hs
Last synced: 23 days ago
JSON representation
Tic Tac Toe implemented in haskell (with AI)
- Host: GitHub
- URL: https://github.com/noughtmare/tictactoe_hs
- Owner: noughtmare
- License: gpl-3.0
- Created: 2015-06-10T19:41:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-04T14:12:24.000Z (over 8 years ago)
- Last Synced: 2023-03-02T09:22:25.397Z (over 1 year ago)
- Language: Haskell
- Size: 371 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tictactoe_hs
Command line based Tic Tac Toe game implemented in haskell (with AI)This project is aimed to improve my personal haskell skills.
With this game you can play Tic Tac Toe from the command line against an AI.