Skip to content

A survival game where Angry Apes want you dead

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

lerouxrgd/angry-apes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angry Apes

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 !

Play

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 !

Run

Native

cargo run --release

Build

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

Assets

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)

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
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.

About

A survival game where Angry Apes want you dead

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published