Using Pickaxe
CodeMouse92 opened this issue · comments
Allow digging with pickaxe. This will require implementing a power level indicator.
For purposes of implementation, you can give the player free power levels on request. (Eventually will be provided by solving math problems.)
Gameplay:
-
Player selects power level 1-7 (use constants to define bounds; we may change them later). Selected power level persists after selection. Eventually, player will have to solve math problems to recharge to the selected level; they should not have to select the same level multiple consecutive times.
-
Each STONE or TREASURE block broken with pickaxe consumes one power level. DIRT is free to mine.
#6 will need to be figured out first.