GitXplorerGitXplorer
K

la-bevy-jam-1

public
3 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
f70ce8f4732b57ed6a305a06bd5ac0de135973bf

Add audiotrack

ggmourier committed 3 years ago
Verified
a314fc6ae7f9d7749e4641b8fc6864820d613c02

Create a dummy looping goal sound as an example

KKerollmops committed 3 years ago
Unverified
d78e10ac6db0a5dbca89396b5f917ac28e7d3a4d

Add missing aseprite files

ggmourier committed 3 years ago
Verified
22a727fb46659055d3f61f0c9889c28efdd5a506

Fix the display of the lifebars

KKerollmops committed 3 years ago
Verified
c6315e33281bb132f0a7878b8492574b75d35150

Split ball bonus can be taken by white balls

KKerollmops committed 3 years ago
Verified
51719fe953095227c50b123110e0626876429581

Clamp the speed of the balls

KKerollmops committed 3 years ago

README

The README file for this repository.

La Bevy Jam #1

Our participation to the Bevy Jam #1.

Installation

rustup target install wasm32-unknown-unknown

cargo build --target wasm32-unknown-unknown

cargo install wasm-server-runner cargo-watch
cargo watch -cx 'run'

# You can also debug the 2d heron/rapier collision boxes
cargo watch -cx 'run --features debug-2d'