Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 375 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 375 Bytes

GameOfLife

A hastily put together version of Conway's Game of Life in .NET

There are some commented settings in Matrix.cs, so check those out if you want to compile the code yourself! Apart from that, there are some basic controls on screen when the simulation is paused.

Graphics and input are done with the amazing Raylib-cs.