Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`.