Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donatello/tictactoe
A simple TicTacToe program to learn Haskell
https://github.com/donatello/tictactoe
Last synced: 25 days ago
JSON representation
A simple TicTacToe program to learn Haskell
- Host: GitHub
- URL: https://github.com/donatello/tictactoe
- Owner: donatello
- Created: 2012-03-10T13:04:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-02-04T09:42:06.000Z (almost 8 years ago)
- Last Synced: 2024-04-17T19:15:09.176Z (7 months ago)
- Language: Haskell
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This toy program is just to learn Haskell. It pits an AI TicTacToe
player against the user.The program requires the Haskell NCurses binding to be installed.
To run the program just execute (assuming all dependencies are
installed):$ ghc --make TicTacToe.hs
$ ./TicTacToe