Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)