Skip to content

Little C++ Text-based Adventure Game; Currently Working on it in my Free-time as a proof of concept kinda.

Notifications You must be signed in to change notification settings

jordan-pryor/The-Abyss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Abyss

Table of Contents

Description

The Abyss is a captivating text-based adventure game that takes you on a journey through time. Set in a mysterious cavern known as The Abyss, those who fall into it find themselves transported back to the dark ages. The game challenges players to navigate through historical scenarios, solve puzzles, and survive the dangers of a bygone era.

Features

  • Immersive Storytelling: Dive into a rich narrative that unfolds as you explore The Abyss.
  • Historical Accuracy: Experience the dark ages with historically accurate settings and events.
  • Puzzle Solving: Engage in challenging puzzles that require wit and strategy.
  • Dynamic Choices: Make decisions that impact the story and determine your fate.
  • Multiple Endings: Discover various endings based on the choices you make throughout the game.

Installation

To play The Abyss, follow these steps:

  1. Clone the Repository:
    git clone https://github.com/yourusername/TheAbyss.git
    
     Navigate to the Project Directory:
    
     bash
    
     cd TheAbyss
    
     Open the Solution File:
         Open TheAbyss.sln in Visual Studio.
    
     Build the Project:
         In Visual Studio, build the project to compile the game.
    
     Run the Game:
         Once the build is complete, run the game through Visual Studio.
    

How to Play

Start the Game: Launch the game executable after building the project.
Read the Prompts: Follow the text prompts displayed on the screen.
Make Choices: Type your choices and press Enter to progress.
Solve Puzzles: Use your wit to solve puzzles and advance in the game.
Survive: Navigate through the dark ages and try to survive the perils that await.

Contributing

We welcome contributions from the community. To contribute:

Fork the Repository:
    Click the "Fork" button on the repository's GitHub page.

Create a Branch:

bash

git checkout -b feature/your-feature-name

Commit Your Changes:

bash

git commit -m 'Add your feature description'

Push to the Branch:

bash

git push origin feature/your-feature-name

Open a Pull Request:
    Submit your pull request on GitHub.

License

The Abyss is licensed under the MIT License. See the LICENSE file for more information. Acknowledgements

Special thanks to Full Sail PG Course for their support via the Console Lib.
Inspiration from various historical texts and resources.
Community feedback and contributions.

Enjoy your adventure in The Abyss!

About

Little C++ Text-based Adventure Game; Currently Working on it in my Free-time as a proof of concept kinda.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages