Commit Graph

6 Commits

Author SHA1 Message Date
Juergen Stuber ae8d17e34b Update the rand crate to 0.9.x
- `thread_rng` becomes just `rng`.
- `gen` is renamed to `random`, `gen_range` to `random_range`.
- Avoid using the `rand` feature of the not yet updated crate `lowdim`.
2026-01-16 20:48:51 +01:00
Juergen Stuber 0ca49bfe06 Rename package to pixelfoo-apps 2024-11-09 12:10:59 +01:00
Juergen Stuber e51336b3f2 Don't panic on a missing 3rd argument, use the default 2024-10-19 15:51:36 +02:00
Juergen Stuber 5a73c5598a Set FPS via third argument (max 20) 2023-04-14 21:49:05 +02:00
Juergen Stuber e451a9cc36 Tweak initialization probabilities
Also rename the cell states to dead resp. alive,
which is standard nomenclature for game of life.
2023-04-14 12:26:12 +02:00
Juergen Stuber 5f4624dab2 Add game of life 2023-04-11 22:39:33 +02:00