Skip to content

nchlswhttkr/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

game-of-life

Implementing Conway's Game of Life in DragonRuby!

If you'd like to see it in action, you can download it from itch.io!

A spaceship flying in a simulation of Conway's Game of Life


Cells can be toggled by clicking and dragging.

SPACE Start/stop
UP/DOWN Increase/decrease step speed
BACKSPACE Stop and reset cells

v0.2

  • Cells can be reset
  • Many cells can be toggled by click-dragging
  • Cells will now wrap around

v0.1

Initial release