aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-02-14 08:48:39 +0100
committerlonkaars <loek@pipeframe.xyz>2023-02-14 08:48:39 +0100
commit40fc0f2d1172e60d78f87749c067b07c7b47c255 (patch)
treea81f05e52eebdb8127510bdfc4628b179da0f520
parent228587dfabb708d91d4d77012a50fb2f9eb5164e (diff)
parentf01592b48e6ee9af073943db5a142e772e28b548 (diff)
merge #2
-rw-r--r--docs/gameplay.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/gameplay.md b/docs/gameplay.md
index d062824..3755463 100644
--- a/docs/gameplay.md
+++ b/docs/gameplay.md
@@ -212,3 +212,21 @@ internal names. All enemies deal 1 HP damage per hit.
- Sound and GPU instructions will need to be streamed 'continuously', so the
game loop can't take up 100% CPU time
+# Concept (Bjorn)
+
+## General gameplay
+
+the game has simularities with Gallica. The game wil have de following gameplay
+
+- Area is in space
+- In the area there are astroids and hostile aliens
+- Player controls a spaceship
+- Player can shoot lasers to the astroids and the aliens
+- If player hits meteor it gets destroyed
+- Powerup has a 5% chance to drop
+- If player hits alien player gets points
+- Highest score will be displayed
+- In the main menu the player can chose to play coop or solo
+
+The game which able to for fill all the requirements for the project but has also a lot of extra potential features for the game. For example adding special power ups which would give the player extra abilities. It will also be able to have bonuses like double points which give you twice more points then normal. In the coop mode there will be more enemies to shoot down to make it more difficult.
+