Today I started writing the game data, starting with the stats that describe the player. In the game of
Have Spell Will Travel you take the role of a fantasy character questing through various challenges. Anyone who played
the Unofficial Talisman Game might know what I'm doing here. Each player is a list of statistics that they use to defeat challenges. The player chooses a race and a profession. This combination determines their overall statistics.
Today I wrote some scripts for choosing a combination of race and profession and then providing a character sheet that can be opened and closed with some JavaScript, as in the images below.
|
Choosing one of the different races. More coming soon. |
|
Today I have been creating these collapsible stats boxes. |