Skip to content

Commit

Permalink
Remove unused locations and add download instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
YummyBacon5 authored Dec 10, 2024
1 parent 5b7be22 commit 343ac31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 22 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ The Cave of Shadows, text based adventure game.

## How to run the game

There are two methods.

### From the download

Download and run the exe file from the [releases page](https://github.com/likes-gay/AdventureSoft-Task-2/releases/latest).

### Form the source code

1. Have [Python installed](https://www.python.org/downloads/)
2. Clone the project
3. In the root directory, run
Expand Down
22 changes: 0 additions & 22 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,28 +25,6 @@
],
},

"Village": {
"description": (
"You turn away from the dark cave, choosing to play it safe. The walk back to the village is a calm one, as you return to the cozy tavern.\n"
"The warmth of the lights fills you with joy, as you head to your room and lay down.\n"
"You've decided to relax and live another day."
),
"options": [
{"next": "Sleep"},
],
},

"Sleep": {
"description": (
"You wake up the next morning, feeling refreshed. The village bustles with activity as the sun rises.\n"
"You help yourself to a hearty breakfast and multiple cups of coffee, fueling you with energy for the day.\n"
"You should probably check out those rumors...."
),
"options": [
{"next": "Cave Entrance"},
],
},

"Narrow Path": {
"description": (
"You crawl through the tight space, your lantern flickering nervously as the walls close in on you.\n"
Expand Down

0 comments on commit 343ac31

Please sign in to comment.