/TicTacToe

TicTacToe game made in Gloss, using lists and bmps.

Primary LanguageHaskellMIT LicenseMIT

TicTacToe with Gloss

hippo

Stack:

Build:

stack setup
stack build

Run:

stack run

Run from interactive mode:

stack ghci
doit

Cabal

Build:

cabal build

Run (when builded):

cabal run TicTacToe-exe

Run from interactive mode:

cabal repl
doit

BMP files and fonts were created using mtPaint.