Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/codeonaraft/conwaysgameoflife
- Owner: CodeOnARaft
- License: mit
- Created: 2022-10-19T00:49:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T10:58:52.000Z (over 2 years ago)
- Last Synced: 2024-11-30T22:51:42.856Z (about 2 months ago)
- Topics: csharp, game, gamedev, raylib, raylib-cslo
- Language: C#
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)