Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 276 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 276 Bytes

catamorphism-games

An exploration of anamorphisms and catamorphisms that implements a game engine. Right now, it only plays Tic Tac Toe and Nim.

To build each game:

  1. cd into the src directory
  2. ghc --make -O2 ./TicTacToe.hs
  3. ghc --make -O2 ./Nim.hs