Conway's game of life in Haskell
Go to file
Rnhmjoj c4c90e021e Restyle 2015-03-08 01:49:19 +01:00
Matrix.hs Use applicative style 2015-03-08 01:34:41 +01:00
README.md Add readme 2014-12-26 18:27:54 +01:00
life.hs Restyle 2015-03-08 01:49:19 +01:00

README.md

Life

Haskell implementation of Conway's game of life

License

Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html