Skip to content

hrathod/GameOfLife-Haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

A simple implementation of Conway's Game of Life in Haskell.
Tested with GHC on Linux.  To compile, run

ghc -o gol Main.hs

To run the game, provide the width, height, and the initial living cells:

./gol 6 6 "[(2,2),(3,2),(2,3),(4,5),(5,4),(5,5)]"

Notice that the living cells are quoted.  Feedback welcome.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published