https://github.com/javier-adrian/gol-gds
An iteration of John Conway's Game of Life
https://github.com/javier-adrian/gol-gds
cellular-automata cellular-automaton game-of-life game-of-life-godot game-of-life-simulator gdscript gdscript-lang gdscript-language godot godot-engine godot-game godot-game-engine godot4 godotengine tilemap tilemaps
Last synced: 4 months ago
JSON representation
An iteration of John Conway's Game of Life
- Host: GitHub
- URL: https://github.com/javier-adrian/gol-gds
- Owner: javier-adrian
- Created: 2024-01-17T08:54:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T01:22:27.000Z (about 2 years ago)
- Last Synced: 2025-04-07T22:14:43.790Z (about 1 year ago)
- Topics: cellular-automata, cellular-automaton, game-of-life, game-of-life-godot, game-of-life-simulator, gdscript, gdscript-lang, gdscript-language, godot, godot-engine, godot-game, godot-game-engine, godot4, godotengine, tilemap, tilemaps
- Language: GDScript
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GOL-GDS
An iteration of [John Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) made in Godot and written in GDScript.
(Credits to [Afely](https://youtu.be/fJrLBhEkdTw?si=B80ZHNgxD1VsRUxw))
## Plans
- ~~Increment frame~~ (Done)
- ~~In-game editing~~ (Done)
- ~~Zoom in/out~~ (Done)
- ~~Panning~~ (Done)
- ~~Dynamic world size~~ (Issue does not exist after [commit 9428f25](https://github.com/javier-adrian/GOL-GDS/commit/9428f))
- Blueprints
- ~~Speed setting~~ (Done)
- ~~Decrement frame~~ (What was I thinking?)
- User Interface