Name of Project:
Dungeons and Dragons Boardgame -- a modification of Snakes and Ladders.
Project Design:
Used Swing Components as GUI. (JFrame) that implements ActionListener class.
The first JFrame window is for creating a new character. The user shall input the character's name and classification
When the 'start game' button is pressed, it will access another class (Board.class) which also uses a JFrame and ActionListener.
In the Board, There's an Image Icon of the board inside a JLabel. There are skills and their respective power points for the user to know how many skills are left to be used in the duration of the game. These skills are for the battles. The name of these skills are accessed in a class depending on which character classification is chosen.0
The button here accesses another class (still unnamed) for the die.
current screenshots of progress
I'll work on the easy classes tonight, and hope that I can get some sleep and study all day tomorrow for the hell week coming up.
/*George Y. Esguerra
2004-01927
CMSC22 ST-1L*/