Love2D - Game of Life
Overview
This is a LÖVE sketch of the classic Conway’s Game of Life.
To run:
- Download and install LÖVE (https://love2d.org/).
- Clone this repo.
- Either:
- Drag and drop
game-of-life
directory onto thelove.exe
- Or, in a terminal window run:
love .
from within this directory (requires PATH environment setup)
- Drag and drop
Controls
No interaction in this version.
Links:
- Source on Github
- Wikipedia: Conway’s Game of Life