Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codeonaraft/conwaysgameoflife

Conway's Game of Life made with C# and raylib
https://github.com/codeonaraft/conwaysgameoflife

csharp game gamedev raylib raylib-cslo

Last synced: about 2 months ago
JSON representation

Conway's Game of Life made with C# and raylib

Awesome Lists containing this project

README

        

# Conway's Game Of Life
## Overview
[Conway's Game Of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) made with C# and raylib.

![](images/screenshot1.png)

![](images/screenshot2.png)

## Commands to Run
* git clone https://github.com/CodeOnARaft/ConwaysGameOfLife.git
* cd conwaysgameoflife
* dotnet run

## Credits

### Game Library
[raylib](https://www.raylib.com/)