Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 357 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 357 Bytes

Conway's Game of Life

RULES Implementation in haskell

Requirements

  1. GHC available to download HERE

How to run:

  1. Go inside the project
  2. Run ghc --make Main.hs
  3. Run ./Main

In order to add another starting board change ./resources/board.txt file