A rust implementation of Conway's Game of Life in rust using the bevy game engine!
How to run :
cargo run -r
Space
to generate a new random simulationClick or touch
to add a cellsEsc
to escape the simulation
How to build for android :
cd app
cargo apk run
How to profile :
cargo run --release --features bevy/trace_chrome
# Open result json file in https://ui.perfetto.dev