You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Takes character ability stats and other character attributes
Players need to be able to store, upload, and edit multiple characters
Character sheets need to be publicly visible (either to everyone, or to a select group of users - e.g. friends list)
Stats need to track automatically based on player input and calculation rules from the rulebook (e.g. class and race abilities, modifiers with and without level, icon relationship roles, spell usages)
Uses dice rolls to generate stats for characters and return results on actions (e.g. attacks)
Can group multiple players under a campaign (with one player designated as a GM)
Items, spells, etc need to be assigned attributes (e.g. bonuses to ability stats
Questions
How many characters can a user create?
What sort of frontend should this have?
Where will the data be stored?
Will a GM be able to change anything (either in the characters or overriding the rules)?
Will users have a friends list function?
Will this have user accounts? How will they be created and authenticated?
Structure: Class Library, initially with Windows Form application for proof-of-concept, later ported to website Data: SQL Users: Initially one per application, later multiple users on website
Following planning and discussions with friends on what the toolkit needs to do, this should list requirements and priorities.
The text was updated successfully, but these errors were encountered: