Skip to content

An exploration of anamorphisms and catamorphisms that implements a game engine

License

Notifications You must be signed in to change notification settings

revnull/catamorphism-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

An exploration of anamorphisms and catamorphisms that implements a game engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published