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: cd into the src directory ghc --make -O2 ./TicTacToe.hs ghc --make -O2 ./Nim.hs