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

#84 in Games

23 downloads per month

GPL-3.0 license

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

~21–58MB
~1M SLoC