Skip to content

flatmap13/MonadOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Monad of λife

Once again, another implementation of my favorite game, Conway's Game of Life, this time written in Haskell!

Controls

  • r - reset cells (randomized)
  • q - quit

Parameters

You have to supply two command line parameters specifying the dimensions of the world:

  • life width height
  • For example 'life 30 30' starts the game with a 30x30 grid.

License

The code is released under the MIT license. Please refer to the LICENSE file.

About

Haskell implementation of Conway's Game of λife.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published