-
Notifications
You must be signed in to change notification settings - Fork 0
hrathod/GameOfLife-Haskell
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published