Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicolasalmerge/conwaylife
Conway's Game of Life Simulator
https://github.com/nicolasalmerge/conwaylife
Last synced: 20 days ago
JSON representation
Conway's Game of Life Simulator
- Host: GitHub
- URL: https://github.com/nicolasalmerge/conwaylife
- Owner: NicolasAlmerge
- License: mit
- Created: 2022-06-19T13:04:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T17:47:33.000Z (about 2 years ago)
- Last Synced: 2024-11-08T14:59:11.564Z (2 months ago)
- Language: C++
- Size: 24.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
Conway's Game of Life Simulator, made by [NicolasAlmerge](https://github.com/NicolasAlmerge).
[SFML](https://www.sfml-dev.org/download/sfml/2.5.1/) is required to compile this game. One can then compile the project by running `make app`, and run the project by running `make run`.