nguoiyoujie / SWEndor

Recreation of a simple 3D space-combat sim
19 stars 2 forks source link

Parser Development #5

Open nguoiyoujie opened 6 years ago

nguoiyoujie commented 6 years ago

The Parser set of classes is aimed to allow the construction of a game and game objects through the reading of text-based strings. This will allow the game to be saved and recreated (loaded).

Redesign

ActorTypeInfo

ActorInfo

ActionInfo

WeaponInfo

GameScenarioBase / Scripting