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:
Josh Ashton
2022-11-29 17:50:28 -07:00
parent 67624b18b5
commit 4d5fd7c952
38 changed files with 498 additions and 170 deletions
+58
View File
@@ -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.