danbuis / ArmadaAIEngineNew

Revisit of an old project to create an AI for Star Wars Armada
1 stars 0 forks source link

Json assets #118

Closed danbuis closed 1 year ago

danbuis commented 2 years ago

Goal of Pull Request

Less monolithic assets for ships and squadrons.

Uses single purpose json files and reads those in instead of a large text file. Makes it easier to isolate malformed ship entries. Also makes a flatter pipeline. No text -> factory -> object. We can skip the middle step and have the constructor grab the right json file

Potential Tasks

danbuis commented 2 years ago

Will revisit this one on 8/27 for a re-review and merge if I'm still content with it.