AsyncEclipse / DiscordBot

GNU General Public License v3.0
1 stars 3 forks source link

Added sector setup functionality #30

Closed TaylorBoyd closed 3 months ago

TaylorBoyd commented 3 months ago

Main changes here was adding in the sector data to the board on setup. Made some changes to "showGame" and "setup_game" functions to account for the new data format in sectors.json

Also, reversed the order of the influence and population trackers to work nicer when figuring out income and upkeep.

Steps needed to finish setup:

TaylorBoyd commented 3 months ago

Realized there is an easy way to fill in the home system tiles. Going to add that functionality to this as well.