Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shonker108/gameoflife
Simulator of Conway's Game of Life made with Lua using LÖVE framework
https://github.com/shonker108/gameoflife
game-of-life love2d lua
Last synced: about 2 months ago
JSON representation
Simulator of Conway's Game of Life made with Lua using LÖVE framework
- Host: GitHub
- URL: https://github.com/shonker108/gameoflife
- Owner: shonker108
- License: ofl-1.1
- Created: 2024-01-03T20:52:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-04T09:38:57.000Z (about 1 year ago)
- Last Synced: 2024-10-31T04:24:26.903Z (3 months ago)
- Topics: game-of-life, love2d, lua
- Language: Lua
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# Game of Life simulator
It's my implementation of the famous Conway's Game of Life.
Controls:
* D - Turn on/off debug mode (predict next alive cells of the next generation (🟢)and count neighboors for every cell (🔴 - problem caused by font?))
* G - Turn on/off grid
* R - Restart grid (clean from alive cells)
* Space - Turn on/off simulation (it's stopped by default)