Implemented read/write of saved characters, currently a Tester.java file tests the ability to save and read saved characters, and the Application has a rudimentary GUI interface to choose to load a specific save file and see information about that character.
This commit is contained in:
@@ -1,2 +1,60 @@
|
||||
# Application
|
||||
CSIS 1410 - Group Project
|
||||
|
||||
CURRENT TODO ITEMS:
|
||||
|
||||
**************** CONTENT ****************
|
||||
|
||||
- All PHB classes should be included.
|
||||
|
||||
**************** GUI ********************
|
||||
|
||||
- Finish GUI panels
|
||||
|
||||
PANELS:
|
||||
- Race
|
||||
Upload custom profile picture button.
|
||||
- Description (needs positioning)
|
||||
- Spells & Equipment
|
||||
- Preview
|
||||
- Load Character/View character
|
||||
- Save as PDF / Print
|
||||
|
||||
DESCRIPTIONS:
|
||||
|
||||
- Class action scene pictures.
|
||||
- Ability Scores description text.
|
||||
- Class descriptions.
|
||||
- Race descriptions.
|
||||
|
||||
*************** FILES ******************
|
||||
|
||||
NOTE: user.dir = /home/joshuaashton/Development/misc/dndApp/src
|
||||
user.home = /home/joshuaashton
|
||||
|
||||
NOTE: user.dir is changed to exe directory by application launch4j. This creates an exe file from .jar.
|
||||
see Inno Setup Compiler to package .exe and the JRE into a singular installer.
|
||||
|
||||
- Upload custom profile picture.
|
||||
|
||||
- Character sheet from selections.
|
||||
|
||||
- Load existing characters to edit.
|
||||
|
||||
- Save new characters.
|
||||
|
||||
- File directory based upon OS used.
|
||||
|
||||
- Export to PDF.
|
||||
|
||||
- Print
|
||||
|
||||
************** FINAL TOUCHES **********
|
||||
|
||||
- Generate a random character.
|
||||
|
||||
- Character levels.
|
||||
|
||||
- Spells.
|
||||
|
||||
- Dice roller.
|
||||
|
||||
Reference in New Issue
Block a user