Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 866 Bytes

README.md

File metadata and controls

67 lines (47 loc) · 866 Bytes

Donkey Kong (OOP Project with Allegro)

Watch the video

Tested on Linux (Ubuntu 19.10) / macOS (majove)

Dep

  • Make
  • Java 8+
  • Gradle
make dep-install

Run

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

Ref