Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 473 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 473 Bytes

Conway's Game Of Life

Conway's Game Of Life made in Monogame C#

Description

A recreation of the conways game of life cellular automaton

Keybinds

  • Left click creates alive cells
  • Right click creates dead cells
  • Middle click and dragging will pan the camera around
  • Scroll whell zooms in and out
  • R will clear everything from the screen
  • Space ticks the simulation once
  • P toggles running the simulation at 60 ticks per second