Skip to content

Commit

Permalink
gameplay & controls
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienAudren committed Jan 3, 2023
1 parent 0704218 commit 038870a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,28 @@ Build auto: Gradle
> /GameFiles
> ./gradlew run
GAMEPLAY

Beat the monster, collect the reward and access to the next floor.
Each floor has its own type of monster and a reward to collect.
You can enhance your capabilities by picking up a potion.

Floor 1 : reward +25% HP
Floor 2 : able to use a shield to counter ennemies attack
.
.
.

KEYBOARD CONTROLS

Q : left
D : right

A : normal attack
P : jump attack
X : shield ( available from the third floor )

E : pause
R : resume
SPACE : start / continue
ENTER : return to menu after game over

0 comments on commit 038870a

Please sign in to comment.