Donkey Kong (OOP Project with Allegro)
Tested on Linux (Ubuntu 19.10) / macOS (majove)
- Make
- Java 8+
- Gradle
make dep-install
Game
make run
key | Action |
---|---|
Space | Jump |
Arrow Up | Climb Stair |
Arrow Left | Walk Left |
Arrow Right | Walk Right |
Esc | Exit |
Enter | Enter |
s | Change Stage/Map |
m | Mute sound |
Editor
make run-editor
key | Action |
---|---|
1 | Floor |
2 | Stair |
3 | Barrel |
r | Reset |
s | Save map on file |
Copy the saved map file BonusLevel.map to Maps/Map[N].map
cp DKEditor/core/assets/BonusLevel.map Maps/Map1.map
Format
make format