#automata #control #cell #save #pause #info #load #celleste #b3-s23

app celleste

A flexible 2D cellular automaton

4 releases

new 0.1.4 Apr 4, 2025
0.1.3 Mar 29, 2025
0.1.2 Jan 17, 2025
0.1.1 Jan 9, 2025
0.1.0 Jan 9, 2025

#67 in Games

Download history 233/week @ 2025-01-06 116/week @ 2025-01-13 21/week @ 2025-01-20 17/week @ 2025-02-03 1/week @ 2025-02-10 8/week @ 2025-02-17 6/week @ 2025-02-24 8/week @ 2025-03-03 93/week @ 2025-03-24 142/week @ 2025-03-31

235 downloads per month

GPL-3.0 license

40KB
316 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