Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 518 Bytes

File metadata and controls

38 lines (30 loc) · 518 Bytes

clickRPG

click/type to attack monsters

monsters grant moxie

use moxie to buy/upgrade weapon, helm, armour, boots, amulet

========================================================== class plan

monster { stats get() - via ajax set() - from level update() - render current state attack() defend() }

player { update() - render current state inventory { update() add(slot, item) } }

item { stats }

level { get() - via ajax update() next() }