/more_hands_on_rust

Advanced Hands-on Rust (Book Projects)

Primary LanguageRust

Advanced Hands-on Rust

Working through the advanced Rust book by PragProg, currently in beta. Games make use of Bevy 0.12, but I have updated these examples to 0.14.

Workspaces

All workspaces linked below:

Workspace Dir
Hello Bevy link
Flappy Dragon link
My Library link
Pig (dice game) link

Notes

  1. Currently experiencing an issue where MenuAssets are not being loaded on startup, but only load at game over.