celleste

Crates.iocelleste
lib.rscelleste
version0.1.6
created_at2025-01-09 07:35:54.630574+00
updated_at2025-04-23 17:33:38.250824+00
descriptionA flexible 2D cellular automaton
homepage
repositoryhttps://github.com/mcgilmore/celleste
max_upload_size
id1509667
size137,528
Michael G (mcgilmore)

documentation

README

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

Commit count: 33

cargo fmt