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
2023-04-14 12:26:12 +02:00
2018-11-28 16:02:33 +01:00
2018-12-31 20:03:59 +01:00

cnoise - colored noise, sets random pixels in selected colors
    parameter is not used yet

chars - display characters randomly
    parameter is not used yet

bimood - color cycling mood lamp with two complementary colors
    parameter is the seconds for one cycle through the colors

predprey - grass-prey-predator simulation
    parameter is number of actions per 40ms frame

maze - draws a maze by drawing corridors
    parameter is number of actions per 40ms frame

dualmaze - draws a maze by drawing walls
    parameter is number of actions per 40ms frame

Compile with "cargo build --release".

The binary executables are in the "target/release" subdirectory.
Description
No description provided
Readme 92 KiB
Languages
Rust 97.3%
Python 1.9%
Shell 0.8%