Flamingolo / game

Text based web game
1 stars 0 forks source link

Implement character creation #1

Closed Flamingolo closed 2 weeks ago

Flamingolo commented 2 weeks ago

Character
ID int Name string LevelID int Progress progressObj Stats statsObj Gold int

Level
ID int (1 to max) expToLevel int

Progress obj
Experience int Level int

Stats Obj
Strength int Dexterity int Intellect int Luck int