Initial commit.

This commit is contained in:
Storm Dragon
2026-01-17 22:51:22 -05:00
commit 4acd6edbf0
59 changed files with 3981 additions and 0 deletions

28
README.md Normal file
View File

@@ -0,0 +1,28 @@
# Draugnorak
A survival audio game built with NVGT.
## Controls
- **Arrow Keys**: Move (Left/Right) and Jump (Up).
- **Shift**: Search the current area for resources.
- **Control**: Attack with equipped weapon.
- **C**: Open Crafting Menu (Base area only).
- **E**: Open Equipment Menu.
- **A**: Open Action Menu (Place objects, feed fire).
- **I**: Check Inventory.
- **H**: Check Health.
- **T**: Check Time.
- **X**: Check Coordinates.
- **Escape**: Exit game.
## Gameplay
- **Gathering**: Search in grass for sticks and vines. Search in gravel for stones.
- **Crafting**: Create tools like Spears, Axes, Snares, and Firepits (base only).
- **Combat**: Defend yourself or hunt.
- **Survival**: Build fires and set snares to survive.
- **Fire Management**:
- Build a firepit (9 stones) in the base area - it's crafted in place
- Build fires (2 sticks + 1 log) only on tiles with a firepit
- Fires burn out over time and need fuel (vines, sticks, or logs)
- Stand next to a fire and press A to feed it
- Standing on a fire damages your health!