项目作者: IrishBruse

项目描述 :
Infinite Conways game of life simulation
高级语言: C#
项目地址: git://github.com/IrishBruse/ConwaysGameOfLife.git
创建时间: 2020-10-02T21:48:00Z
项目社区:https://github.com/IrishBruse/ConwaysGameOfLife

开源协议:

下载


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