Skip to content

jamessizeland/bevy-arcade-exploration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bevy game exploration

Requirements:

# install rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# install wasm-server-runner
cargo install wasm-server-runner
cargo run --target wasm32-unknown-unknown

First compile of Bevy projects is slow, but after that its fast.

Progress

Move with momentum

move_with_momentum

Game loop

game_loop

Particle effects on ship destroyed

particles

Randomized messages when you get zero points

randomized_messages