Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

tristandruyen/snake_rs_bevy

Repository files navigation

snake_rs_bevy

Weird rust snake-ish game

Run

cargo run

if you dare

See debug stuff

cargo run -- -vvvvvvvvv # Add as many v's as you feel you can handle :P
  • -vvv will get you FPS+frame time stats

Dev Hints

Helpful Bevy Links