Follow markdown guidelines
This commit is contained in:
parent
4019ac38ec
commit
fbdd8d4b57
14
design.md
14
design.md
@ -1,16 +1,19 @@
|
|||||||
# StationBase
|
# StationBase
|
||||||
|
|
||||||
### Game Loop
|
## Game Loop
|
||||||
|
|
||||||
* have station
|
* have station
|
||||||
* have drones
|
* have drones
|
||||||
* send drones to retrive items
|
* send drones to retrive items
|
||||||
* use items to improve gameplay
|
* use items to improve gameplay
|
||||||
|
|
||||||
### Design
|
## Design
|
||||||
|
|
||||||
* turn based system
|
* turn based system
|
||||||
* commands for input/output
|
* commands for input/output
|
||||||
|
|
||||||
### Game in action
|
## Game in action
|
||||||
|
|
||||||
* type in 'g' to send drones out
|
* type in 'g' to send drones out
|
||||||
* press 's to skip turn
|
* press 's to skip turn
|
||||||
* press 'd' to view status of drone
|
* press 'd' to view status of drone
|
||||||
@ -18,8 +21,9 @@
|
|||||||
* drone goes out on a set number of turns of your choosing
|
* drone goes out on a set number of turns of your choosing
|
||||||
* drone can only take as many turns as it's level allows
|
* 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
|
* 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
|
* searching space for stuff
|
||||||
* todo
|
* todo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user