This game was made in the context of the first Bevy Game Jam on Itch, you can play it here. The theme was "unfair advantage", so you'll find out that collecting enough ETH helps you quite a lot !
Here are the controls of the game:
Keyboard | Gamepad | |
---|---|---|
Attack | Key1 | West |
Dash | TAB | East |
Jump | Space | South |
Movements | Arrows | Stick or DPad |
Try to survive and kill as many Apes as you can !
Native
cargo run --release
Window
cargo build --release --target x86_64-pc-windows-gnu
Wasm
cargo build --release --target wasm32-unknown-unknown
wasm-bindgen --no-typescript --out-name angry-apes --out-dir wasm --target web target/wasm32-unknown-unknown/release/angry-apes.wasm
python -m http.server -d wasm
The following assets were used:
- Bored Apes (here)
- Paladin/Crusader sprite from HoMM2 (here)
- Ethereum sprite (here)
- Lasers sprite (here)
- Monkey dead icon (here)
- Monkey angry icon (here)
- A blockchain image background (here)
- The gameover toilets (here)
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Angry Apes by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.