Skip to content

amar47shah/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Setup and Run

  1. Install stack.
  2. Clone and cd into the repository.
  3. stack setup to install GHC.
  4. stack build to compile.
  5. stack exec game-of-life-exe to run.
  6. Zoom out (or in) in your terminal to fit the board.
  7. You can change start in src/Life.hs to any pattern exported from src/Life/Pattern.hs.
  8. You can also adjust size, ticks, and wait in app/Main.hs.
  9. Don't forget to compile again after adjusting the code.

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

No packages published