From c8f2c95f794d892e23d18b571d252238a1bd934a Mon Sep 17 00:00:00 2001 From: Juergen Stuber Date: Wed, 1 Nov 2023 16:46:18 +0100 Subject: [PATCH] Update README --- README.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.txt b/README.txt index 62d6307..7e4808f 100644 --- a/README.txt +++ b/README.txt @@ -16,6 +16,15 @@ maze - draws a maze by drawing corridors dualmaze - draws a maze by drawing walls parameter is number of actions per 40ms frame +life - game of life + parameter is number of actions per second + +matrix-code - the falling code animation from Matrix + parameter is not used yet + +lorenz - a Lorenz attractor + parameter is number of actions per 40ms frame + Compile with "cargo build --release". The binary executables are in the "target/release" subdirectory.