MVF - Phase 3
Completion of phase 3 user stories:
As a player, I want to be able to gather resources by scavenging loose items (such as wood and stone), so I can craft simple tools to aid in more complex gathering and crafting.
- Wood and stone dropped items created that can be picked up directly
- Inventory added to hold objects
- Crafting modified to use inventory
As a player, I want to be able to craft simple tools that can be equipped to used while gathering and crafting.
- Hammer and tool items & recipes created
As a player, I want to be able to use tools to speed up resources gathering.
- Can now craft axe, which speeds up wood production at tree
Note: To run the web version locally you will need to use the python script provided by godot or using serve (brew friendly version)