Basic Army Use Case

Description

The simplest thing to do with WarFoundry is to create a basic army. For this army Gamer Joe wants to pick a game system (although skipping this might be helpful if he only has one game system), pick a race and an army size, then add a number of units and give them weapons. The army should then be saved for future use.

Requirements

  • The UI needs to let the user easily select a game system and create a new army of a given race at a given size with a given name
  • The UI needs to let the user save armies out to files
  • The UI needs to give the user and easy way to add and remove equipment from a unit as a whole (i.e. all of a unit has swords or none)
  • The core API needs to support all of the above, i.e.:
    • loading a game system and race
    • creating an army
    • saving an army
    • adding units to an army
    • adding and removing equipment from a unit (basic level, all or nothing equipment)

Relevant tickets

ticket:53, ticket:60, ticket:78

Last modified 10 years ago Last modified on 07/16/09 22:09:38