flappy launch cleanup

main
Elijah Voigt 2 months ago
parent 624b208156
commit b513d2f987

@ -1,10 +1,15 @@
Flappy Bird
(with rewind)
A game by Elijah Voigt A game by Elijah Voigt
Playtesters: Playtesters:
Sam Hall Sam Hall
Ari (gamer)
Engine: Bevy Engine: Bevy
Physics: Avian2D Physics: Avian2D
Inspired by: Inspired by:
Flappy Bird (2013) by Dong Nguyen Flappy Bird (2013)
by Dong Nguyen

Binary file not shown.

@ -5,8 +5,8 @@ web GAME:
# base directory # base directory
mkdir -p dist/{{GAME}}/assets/{{GAME}} mkdir -p dist/{{GAME}}/assets/{{GAME}}
# wasm binar # wasm binary
# cargo build --bin {{GAME}} --release --target wasm32-unknown-unknown cargo build --bin {{GAME}} --release --target wasm32-unknown-unknown
# wasm bindgen # wasm bindgen
wasm-bindgen --no-typescript --target web \ wasm-bindgen --no-typescript --target web \
@ -23,10 +23,10 @@ web GAME:
# Helpful shorthand to serve files # Helpful shorthand to serve files
serve GAME: (web GAME) serve GAME: (web GAME)
cd dist/{{GAME}} && simple-http-server simple-http-server dist/{{GAME}}
# itchio GAME: (web GAME) itchio GAME: (web GAME)
# butler push dist/{{GAME}} popgame/{{GAME}}:html5 --userversion={{VERSION}} butler push dist/{{GAME}} popgame/{{GAME}}:html5 --userversion={{VERSION}}
clean: clean:
rm -rf dist/* rm -rf dist/*

Loading…
Cancel
Save