An implementation of Conway's Game of Life. Initially based on a guide, but significantly modified and improved using Godot 4.2.
Input | Effect |
---|---|
Left-click | Create cell. |
Right-click | Delete cell. |
Middle-click and drag | Move camera. |
Scroll mouse wheel | Zoom in/out. |
Space or Enter | Start/stop gameplay (i.e., automatic cell reproduction and death). |
Del | Reset (delete all cells). |
Esc | Stop, reset, or quit (depending on game state). |