Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

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