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
The following Basic code was implemented for some static variables to make code easier to follow:
ReadOnly AGECOUNT As Short = 9 ' FK Ages are 1-10 IRL, code uses 0-9
ReadOnly ICONCOUNT As Short = 5 ' FK Icons are 1-6 IRL Leaf. Castle, Lightbulb, Crown, Factory ,Clock
ReadOnly COLORCOUNT As Short = 4 ' FK Colors are 5 Yellow, Red, Purple, Blue, Green
ReadOnly MAXPLAYERS As Short = 3 ' FK 4 players max
Currently debugging messages are spread throughout the code and has to be added handrolically ..
The text was updated successfully, but these errors were encountered: