Skip to content

cronokirby/conway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway

This is a straightforward implementation of Conway's Game of Life, as a graphical application, using SDL2 and Haskell.

Controls

Key Effect
Escape Quit the game
Space Pause / Unpause
Click Make a cell alive
S Advance the game once
A Increase game speed
D Decrease game speed

Installation

The main prerequisites are having Haskell, along with Cabal, as well as the SDL2 Library. After having installed those, simply runnning:

cabal run

in this folder should start the game just fine.

If you'd like to install this game permanently, cabal install should work as well.

About

Playing around with Conway's game of life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published