From 494ebb168a1c01e093b10ef580d950bac9079107 Mon Sep 17 00:00:00 2001 From: Arlo Filley <104267514+ArloFilley@users.noreply.github.com> Date: Wed, 8 May 2024 20:37:24 +0100 Subject: [PATCH] Documentation: Added Jump Rope Mini-Game Concept --- Documentation/Mini-Game-Concepts/Jump-Rope.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Documentation/Mini-Game-Concepts/Jump-Rope.md diff --git a/Documentation/Mini-Game-Concepts/Jump-Rope.md b/Documentation/Mini-Game-Concepts/Jump-Rope.md new file mode 100644 index 0000000..41f8fb6 --- /dev/null +++ b/Documentation/Mini-Game-Concepts/Jump-Rope.md @@ -0,0 +1,3 @@ +# Jump Rope + +This game will be very simple. It will be played from side on with the player having only one input. Which makes the player character jump. The jumps will need to be timed with a jump rope which will over time spin faster and faster. To beat the game the player would have to last past a certain time limit, such as 20 seconds. Another win condition could be that the player has to jump over the rope a certain number of times. If the player mistimes their jump and hits the rope the game would be over and the game would be done.