CodeMouse92 / diamondquest

Answer math problems to dig down, and you find various buried treasures.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  1. 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.

  2. 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.