From 76cdd6ecb34477d3296fcc641606dd819cea02d1 Mon Sep 17 00:00:00 2001 From: maxluli Date: Mon, 23 May 2022 14:39:31 +0200 Subject: [PATCH] Added ReadMe --- ReadMe.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 ReadMe.md diff --git a/ReadMe.md b/ReadMe.md new file mode 100644 index 0000000..f13385d --- /dev/null +++ b/ReadMe.md @@ -0,0 +1,28 @@ +# Game Of Life + +Im not explaining what a game of life is, its kinda cringe to see how much time it has taken me to create one... + +## Run it + +You need to download Rust + +Then you clone this repository + +And laucnh it with : + +```Bash +cargo build --release + +cargo run --release +``` + +## Controls + +Left-Click : add one alive cell + +Space : Start/Stop simulation + +## How to play + +Add cells when the simualtion is not started and then start it +You can even add some while its running, its kinda fun but you have to start with some before or it wont work because its too fast \ No newline at end of file