From 038870a47a050418a8c9fb0794a535c67711a50d Mon Sep 17 00:00:00 2001 From: Adrien Date: Wed, 4 Jan 2023 00:53:30 +0100 Subject: [PATCH] gameplay & controls --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index c5a9fc9..1c35840 100644 --- a/README.md +++ b/README.md @@ -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