2 releases
0.1.1 | Nov 20, 2021 |
---|---|
0.1.0 | Nov 19, 2021 |
#1267 in Game dev
25KB
248 lines
Conway's Game of Life
A Simple game that simulates life: link
Technology
- Rust 1.56.1
- Bevy 0.5.0
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
Dependencies
~15–23MB
~372K SLoC