Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lerouxrgd/angry-apes
A survival game where Angry Apes want you dead
https://github.com/lerouxrgd/angry-apes
Last synced: about 2 months ago
JSON representation
A survival game where Angry Apes want you dead
- Host: GitHub
- URL: https://github.com/lerouxrgd/angry-apes
- Owner: lerouxrgd
- License: apache-2.0
- Created: 2022-02-26T16:27:46.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-30T17:50:49.000Z (about 1 year ago)
- Last Synced: 2024-05-01T21:51:15.477Z (8 months ago)
- Language: Rust
- Homepage: https://lerouxrgd.github.io/angry-apes/
- Size: 24.3 MB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Angry Apes
This game was made in the context of the [first Bevy Game Jam][bevy-jam-1] on
[Itch][itch-io], you can play it [here][live-game]. The theme was "unfair advantage",
so you'll find out that collecting enough ETH helps you quite a lot ![bevy-jam-1]: https://itch.io/jam/bevy-jam-1
[itch-io]: https://lerouxrgd.itch.io/angry-apes
[live-game]: https://lerouxrgd.github.io/angry-apes/## 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**
```sh
cargo run --release
```## Build
**Window**
```sh
cargo build --release --target x86_64-pc-windows-gnu
```**Wasm**
```sh
cargo build --release --target wasm32-unknown-unknownwasm-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][apes])
* Paladin/Crusader sprite from HoMM2 ([here][homm2])
* Ethereum sprite ([here][eth])
* Lasers sprite ([here][lasers])
* Monkey dead icon ([here][monkey-dead])
* Monkey angry icon ([here][monkey-ok])
* A blockchain image background ([here][background])
* The gameover toilets ([here][toilets])[apes]: https://boredapeyachtclub.com/#/gallery
[homm2]: https://www.spriters-resource.com/pc_computer/heroesofmightandmagic2
[eth]: https://steemit.com/slothicorn/@wanaf/ethereum-in-3d-pixel-art-gifs
[lasers]: https://opengameart.org/content/laser-effect-sheet
[monkey-dead]: https://www.iconspng.com/image/71030/monkey-emoji-dead-apea
[monkey-ok]: https://www.iconspng.com/image/70806/monkey-emoji-dissatisfied
[background]: https://suedholstein.sparkasseblog.de/files/uploads/sharedContent/9927/1559574685PK-Blockchain-iStock-913017224.jpg
[toilets]: https://ik.imagekit.io/bayc/assets/toilet.png#### 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.