Skip to content

agjini/game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

game_of_life

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 simulation
  • Click or touch to add a cells
  • Esc 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published