Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/4ster-light/game-of-life
- Owner: 4ster-light
- License: apache-2.0
- Created: 2024-10-12T21:17:25.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-31T09:40:20.000Z (4 days ago)
- Last Synced: 2024-12-31T10:29:57.465Z (3 days ago)
- Topics: love2d, simulator
- Language: Lua
- Homepage:
- Size: 14.6 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 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.