Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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