Crates.io | game_of_life_bevy |
lib.rs | game_of_life_bevy |
version | 0.1.1 |
source | src |
created_at | 2021-11-19 01:44:42.35341 |
updated_at | 2021-11-20 19:44:28.98831 |
description | Implementation of Conway's Game of Life in bevy |
homepage | |
repository | https://github.com/matix0508/game_of_life |
max_upload_size | |
id | 484255 |
size | 95,116 |
A Simple game that simulates life: link
cargo install
in terminal. Now required dependencies will be installed.cargo run
to build and run game. If this is the first build it may take some time.