Conway's Game of Life implemented in Racket
To get a local copy up and running follow these simple steps.
- Install DrRacket
- Clone the repo
git clone git@github.com:mudassarzahid/game-of-life-racket.git
- Run
game-of-life.rkt
in DrRacket
Press the following buttons to trigger Key-Events
Return
: Restart game with another randomly generated gridSpacebar
: Pause gameR
: Restart game with a (cool-looking) predefined patternQ
: Quit game