Skip to content

Conway's Game of Life implementation in haskell

Notifications You must be signed in to change notification settings

Sa1to/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Conway's Game of Life implementation in haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published