Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/keelerm84/game-of-life-csharp

A quick little console based implemention of the Game Of Life in C# using the Mono project.
https://github.com/keelerm84/game-of-life-csharp

Last synced: 17 days ago
JSON representation

A quick little console based implemention of the Game Of Life in C# using the Mono project.

Awesome Lists containing this project

README

        

# Game Of Life
A quick little console based implemention of the Game Of Life in C# using the Mono project.

# Setup

git clone https://github.com/keelerm84/game-of-life-csharp
cd game-of-life-csharp
mdtool build GameOfLife.sln
mono bin/Debug/GameOfLife.exe