Skip to content

mudassarzahid/game-of-life-racket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

Conway's Game of Life implemented in Racket

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Install DrRacket
  2. Clone the repo
    git clone [email protected]:mudassarzahid/game-of-life-racket.git
  3. Run game-of-life.rkt in DrRacket

Game Controls

Press the following buttons to trigger Key-Events

  • Return: Restart game with another randomly generated grid
  • Spacebar: Pause game
  • R: Restart game with a (cool-looking) predefined pattern
  • Q: Quit game

Usage Example

example

Releases

No releases published

Packages

No packages published

Languages