Welcome to "The Serpent's Coil"! You are a treasure hunter seeking the legendary Amulet of Xylar, rumored to be hidden within this treacherous cave system.
- Ensure you have Python 3 installed.
- Navigate to the game's directory in your terminal.
- Run the game using the command:
python adventure_game.py
Once the game starts, you can interact by typing commands. Here are the basic commands:
look: Describes your current room, including any visible items and available exits.move <direction>: Moves your character in the specified direction (e.g.,move north,move east).take <item_name>: Picks up an item from the current room and adds it to your inventory (e.g.,take glowing mushroom).inventory: Shows the items currently in your inventory.help: Displays a list of available commands.quit: Exits the game.
Good luck, adventurer!