1 # Main player Butaba class
11 # initialize our character
12 def __init__ (self
, startrow
, startcol
, position
=LEFT
, health
=100, magic
=10, experience
=10, strength
=10, gold
=0, inventory
= []):
13 self
.position
= position
17 self
.experience
= experience
18 self
.strength
= strength
20 self
.inventory
= inventory