- Install stack.
- Clone and
cd
into the repository. stack setup
to install GHC.stack build
to compile.stack exec game-of-life-exe
to run.- Zoom out (or in) in your terminal to fit the board.
- You can change
start
insrc/Life.hs
to any pattern exported fromsrc/Life/Pattern.hs
. - You can also adjust
size
,ticks
, andwait
inapp/Main.hs
. - Don't forget to compile again after adjusting the code.
-
Notifications
You must be signed in to change notification settings - Fork 0
Haskell implementation of Conway's infinite Game of Life: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
License
amar47shah/game-of-life
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Haskell implementation of Conway's infinite Game of Life: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published