Gvin / CodeMagic

A small ASCII Roguelike RPG with magic based on physics + programming.
GNU General Public License v3.0
2 stars 1 forks source link

Implement Mining #96

Closed Gvin closed 5 years ago

Gvin commented 5 years ago

Implement mining mechanism for caves. Mining is performed by holding pickaxe in hands and mele attacking minable wall. Mining result depends on pickaxe quality. Mele attacking minable walls without pickaxe should not result in any awards. Mining can be used to gather stone, ores and gems.

Gvin commented 5 years ago

Implemented