Game-Of-Life

A minimalistic Lua implementation of Conway's Game of Life for OpenComputers 1.7.5


Project maintained by Vladg24YT Hosted on GitHub Pages — Theme by mattgraham

Game-Of-Life

A Lua implementation of Conway’s Game of Life for OpenComputers 1.7.5.

For ‘Known issues’ section, see Releases

Gosper Glider gun

Requirements

Minimum:

Recommended:

Installation

1st Method:

  1. wget https://raw.githubusercontent.com/Vladg24YT/Game-Of-Life/master/gol.lua /home/gol.lua -fq

2nd Method:

  1. Download/clone the repository (git clone -b master --progress https://github.com/Vladg24YT/Game-Of-Life.git)
  2. Copy file gol.lua to .minecraft/saves/<world-name>/opencomputers/<filesystem-uuid>/ into /bin or /home directory

UI & How to Play

Game UI
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.

Licensing

See file LICENSE