Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/4ster-light/game-of-life

An implementation of Conway's game of life in Lua
https://github.com/4ster-light/game-of-life

love2d simulator

Last synced: 3 days ago
JSON representation

An implementation of Conway's game of life in Lua

Awesome Lists containing this project

README

        

# Conway's Game of Life simulator

## How to run
You need to have [Lua](https://www.lua.org/download.html) installed.

Along with [Love2D](https://love2d.org/), which is the only dependency, you can run the simulation by running the following command:

```bash
love src
```

# License
This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.