Conway's Game of Life
A Simple game that simulates life: link
Technology
Setup
- go to root directory, make sure you have rust installed (if not follow this link). If you are on linux you may have install some additional dependencies manually: link
- type
cargo install
in terminal. Now required dependencies will be installed.
Run
- type
cargo run
to build and run game. If this is the first build it may take some time.
- Inside the game you can press SPACE to pause and unpause game.
- Also you can click on cells to change theirs state.
Documentation
- https://matix0508.github.io/gameoflife/