Skip to content

igorgrebenkov/racket-gol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 

Repository files navigation

racket-gol

A Conway's Game of Life implementation in Racket.

It uses a hash-table based implementation that only stores the state of active cells. This allows for an infinite grid, and results in fast next generation computation for sparse grids.

racket-gol screenshot

Features

  • Infinite, pannable/zoomable grid
  • Live drawing/deleting of active cells
  • Adjustable generation speed
  • 7 cell color options
  • Toggleable cell border

Controls

Left Click + Drag         - draw cells
Ctrl + LeftClick + Drag   - delete cells
Scroll Wheel              - zoom in/out
Right Click + Drag        - pan board

About

Game of life in Racket.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages