2021-10-19 17:10:53 -07:00
# StationBase
2021-10-20 01:30:44 -07:00
## Game Loop
2021-10-19 17:10:53 -07:00
* have station
* have drones
* send drones to retrive items
* use items to improve gameplay
2021-10-20 01:30:44 -07:00
## Design
2021-10-19 17:10:53 -07:00
* turn based system
* commands for input/output
2021-10-20 01:30:44 -07:00
## Game in action
2021-10-19 17:10:53 -07:00
* type in 'g' to send drones out
* press 's to skip turn
* press 'd' to view status of drone
* drone sells items it finds automatically to other stations
* 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
2021-10-20 01:30:44 -07:00
* 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
2021-10-19 17:10:53 -07:00
* searching space for stuff
* todo