Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcmlxxxv/godot-game-of-life
A small, interactive Conway's "Game of Life" implementation, written in GDScript (no shaders).
https://github.com/mcmlxxxv/godot-game-of-life
game gameoflife gdscript godot godotengine sample-project
Last synced: 17 days ago
JSON representation
A small, interactive Conway's "Game of Life" implementation, written in GDScript (no shaders).
- Host: GitHub
- URL: https://github.com/mcmlxxxv/godot-game-of-life
- Owner: MCMLXXXV
- License: cc0-1.0
- Created: 2024-06-05T12:14:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T15:31:48.000Z (6 months ago)
- Last Synced: 2024-11-03T18:01:49.384Z (17 days ago)
- Topics: game, gameoflife, gdscript, godot, godotengine, sample-project
- Language: GDScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# game_of_life.gd • [![Made with Godot 4.2][badge]][godot]
A small, interactive [Conway's "Game of Life"][wiki] implementation, written in
GDScript (no shaders).## Features
![screenshot](etc/screenshot.webp)
- Start with a random population, or draw the patterns yourself, one click at
a time.
- Control the grid evolution step-by-step, or just let it go.
- Simple generation and population count.## License
[CC0-1.0](LICENSE.md).
[godot]: https://godotengine.org/
[badge]: https://flat.badgen.net/badge/made%20with/Godot%204.2/478cbf
[wiki]: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life