This project requires Java 17 and is built using Gradle 7.5.1
A -
781D
LEFT
D - RIGHT
SPACE - JUMP
ENTER - ATTACK
Kill all enemies in the level to proceed to the next level, if you reach the last level you win
.
├── audio
├── images
├── localisation
├── maps
├── sprites/
│ ├── entities
│ └── heroes
├── src/
│ └── com/
│ └── litiengine/
│ └── Adventure/
│ ├── abilities
│ ├── entities
│ ├── hp
│ ├── inputs
│ ├── screens
│ ├── utilities
│ ├── GameManager.java
│ └── Program.Java
├── build.gradle
└── config.properties
gradle init
To run the application, please run the following command.
gradle run
Documentation is available in the wiki
Created by University of Mauritius students for an OOP java course:
Rasesh Rampersand (2115975)
Chandnee Ramlugun (2116950)
William Gregory How Foh Yee (2114250)