6 releases
| 0.1.6 | Apr 23, 2025 |
|---|---|
| 0.1.5 | Apr 22, 2025 |
| 0.1.3 | Mar 29, 2025 |
| 0.1.2 | Jan 17, 2025 |
#81 in Games
442 downloads per month
40KB
331 lines
Celleste
A 2D cellular automaton. The rules can be input by the user using B<numbers>/S<numbers> notation as command-line argument, where 'B' is the numbers of bordering cells that result in a cell being born, and 'S' is the numbers that results in a cell surviving (otherwise, it dies).
Default is Conway's game of life (B3/S23)
Controls
- Space to pause
- Right click to add a cell
- S to save
- L to load
- Use '--help' argument for info
Installation
cargo install celleste
Dependencies
~20–57MB
~1M SLoC