Movement Commands
north/n south/s east/e west/w
up/u down/d
Information Commands
look/l - Look at room or target
look [target] - Examine something
inventory/inv/i - Check inventory
score/sc - View character stats
equipment/eq - View worn equipment
who - List entities in room
time - Check the current time of day
Item Commands
get [item] - Pick up an item
get all - Pick up all items
drop [item] - Drop an item
wear [item] - Equip armor
wield [item] - Equip weapon
remove [item] - Unequip item
use [item] - Use consumable
Shop Commands
list - See shopkeeper's wares
buy [item] - Purchase an item
sell [item] - Sell an item
Combat Commands
kill [target] - Attack a mob
flee - Attempt to escape combat
consider [target] - Gauge enemy strength
System Commands
save - Download save file (character + world state)
load - Load from a save file
reset - Reset player to start
help - Show this help
Save & Load System
save downloads a .json file with your complete game state:
- Character (HP, gold, inventory, equipment, level)
- World state (items moved, mobs killed)
- Progress (visited rooms, respawn timers)
load opens a file picker to restore your game.
Keep your save files safe between sessions!
Tick System
Combat ticks occur every 3 seconds during battle.
World ticks occur every 30 seconds for regen, respawns, and hunger.
Hunger
Your hunger decreases over time. Eat food to restore it.
When very hungry, regeneration stops. Starving causes damage!
Use eat [food] or use [food] to consume food.
World Management (Editor)
Use the Import/Export tab to save and load world definitions.
Download World File - Save as .json to share maps with friends
Load from File - Load a .json world file
Save to Browser - Quick save world to local storage
World files contain rooms, mobs, and item templates only.
Use the save command for full game progress!