From fbdd8d4b5713a8aa9571b4fff1574a34fa8c7ce2 Mon Sep 17 00:00:00 2001 From: mollusk Date: Wed, 20 Oct 2021 01:30:44 -0700 Subject: [PATCH] Follow markdown guidelines --- design.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/design.md b/design.md index 51c1dc3..a2f8448 100644 --- a/design.md +++ b/design.md @@ -1,16 +1,19 @@ # StationBase -### Game Loop +## Game Loop + * have station * have drones * send drones to retrive items * use items to improve gameplay -### Design +## Design + * turn based system * commands for input/output -### Game in action +## Game in action + * type in 'g' to send drones out * press 's to skip turn * press 'd' to view status of drone @@ -18,8 +21,9 @@ * drone goes out on a set number of turns of your choosing * drone can only take as many turns as it's level allows * the number of turns dictates the number of dice rolled, which increases reward chance -** Bonus to chance of gaining cash perportionate to number of turns sent. Thus risk/reward. Higher chance of finding reward, more chances of losing the reward +* Bonus to chance of gaining cash perportionate to number of turns sent. Thus risk/reward. Higher chance of finding reward, more chances of losing the reward + +## Game events -### Game events * searching space for stuff * todo