https://github.com/abarichello/amnesia-brawl
Party game in SFML and Box2D
https://github.com/abarichello/amnesia-brawl
amnesia amnesia-game cpp local-multiplayer party-game sfml
Last synced: 2 days ago
JSON representation
Party game in SFML and Box2D
- Host: GitHub
- URL: https://github.com/abarichello/amnesia-brawl
- Owner: abarichello
- License: gpl-3.0
- Created: 2017-11-23T21:41:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T03:17:15.000Z (over 6 years ago)
- Last Synced: 2025-05-16T04:12:24.943Z (2 days ago)
- Topics: amnesia, amnesia-game, cpp, local-multiplayer, party-game, sfml
- Language: C++
- Homepage: https://barichello.itch.io/amnesia-brawl
- Size: 761 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Local multiplayer game themed after the [Amnesia Open Bar](https://google.com), UFSC's Computer Science party.
# Intro
Amnesia Brawl in single-screen platform fighting video game where you control Amnésia Open Bar's mascot while trying to squash other player's head and at the same time preventing yourself from being squashed.# Screenshots
# How to Play
To play the game you can download directly from [Itch.io](https://barichello.itch.io/amnesia-brawl) or from the 'Releases' tab, or compile it yourself using the Makefile provided.### Linux
1. Download the latest release in the 'Releases' tab located in this repository.
2. Extract the zip file to your prefered location.
3. Install the [SFML](https://www.sfml-dev.org/download.php) and [Box2D](https://github.com/erincatto/Box2D) libraries from their respective websites (or through your favorite package manager).
4. Execute the binary file.### Windows
1. Follow the same steps as the Linux instructions except for the libraries instalation.
2. Execute the amnesia.exe file and Enjoy!If you choose to compile the game yourself here is the [download link](https://drive.google.com/file/d/1G-M5IxnJmXdDC_GP1rudrmNml6-ViKWQ/view?usp=sharing) to the audio files since they are not included in the repository.
After downloading the zip extract the `audio` folder to `game/media` folder.
These files are included if you download the game from the 'Releases tab so there is no need to download it again.# Controls
Game supports 2 to 4 players and currently has 3 maps.
```
P1 - AD for movement and W for jump.
P2 - Left and Right arrows for movement and Up arrow for jump.
P3 - F and H for movement and T for jump.
P4 - J and L for movement and I for jump.For any controller player:
D-Pad for movement and A (X) for Jump
```# Powerups
The game currently has 5 powerups represented by the drinks served at the party:
1. Invisibility - Tequila
2. Speed - Açaí
3. RAGE MODE (Immunity + death on touch) - Vodka
4. Float mode - Absinto
5. Immunity - Beer# Credits
Assets taken from [opengameart.org](opengameart.org)
Songs edited by me, taken from [freesound.org](freesound.org)
- [Level 1](https://freesound.org/people/FoolBoyMedia/sounds/222066/)
- [Level 2](https://freesound.org/people/frankum/sounds/384468/)