Skip to content

likes-gay/Cave-of-Shadows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 21, 2025
144b7bc · Jan 21, 2025

History

90 Commits
Jan 8, 2025
Nov 11, 2024
Jan 21, 2025
Dec 10, 2024
Dec 13, 2024
Dec 10, 2024

Repository files navigation

AdventureSoft-Task-2

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.

Form the source code

  1. Have Python installed
  2. Clone the project
  3. In the root directory, run
    pip install -r requirements.txt
  4. Afterwards, run
    python src/main.py
  5. The project should now be running, and you can play.

Checklist of fixes for easiest-hardest

Easiest to Fix: Grammatical errors, Text display issues, Dialogue clarity improvements, Color-blind friendly options, Restart options,

Moderately Difficult: Fixing option selection bugs, Saving/loading mechanics improvements, Enhancing dialogue variety, Adding more narrative depth, Improving user interface details,

More Challenging to Implement: Extending game length, Adding more endings, Introducing skill checks and puzzles, Implementing a leveling system, Creating more detailed character development, Adding an inventory system,

Most Complex: Developing multiple new endings, Creating a comprehensive choice variety system, Designing complex narrative branching, Integrating a fully functional pause and resume game mechanic