Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/keelerm84/game-of-life-csharp
- Owner: keelerm84
- Created: 2013-08-27T01:18:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-27T01:29:33.000Z (about 11 years ago)
- Last Synced: 2024-10-03T15:14:53.819Z (about 1 month ago)
- Language: C#
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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