A minimalistic Lua implementation of Conway's Game of Life for OpenComputers 1.7.5
A Lua implementation of Conway’s Game of Life for OpenComputers 1.7.5.
For ‘Known issues’ section, see Releases

Minimum:

Recommended:

1st Method:
wget https://raw.githubusercontent.com/Vladg24YT/Game-Of-Life/master/gol.lua /home/gol.lua -fq2nd Method:
git clone -b master --progress https://github.com/Vladg24YT/Game-Of-Life.git)gol.lua to .minecraft/saves/<world-name>/opencomputers/<filesystem-uuid>/ into /bin or /home directory
Controls:
The game is not yet optimized, so I recommend you to change cells’ states when the bottom line is green like on a screenshot above. If the bottom line is red (screenshot below), all your actions will be put into event queue, so you won’t be able to immediately see which cell you’re changing.

See file LICENSE