/python-text-adventure

A text adventure written entirely in python

Primary LanguagePythonMIT LicenseMIT

Jackson Castle: A Text Adventure Game

Jackson Castle is a text adventure game written entirely in Python (version 3.12). Navigate through the mysterious castle, solve puzzles, and uncover secrets in this engaging adventure.

Installation

  1. Install Python 3.12: Ensure you have Python 3.12 installed on your system. You can download it from the official Python website.

  2. Download the Game: Clone or download the repository to your local machine.

 git clone https://github.com/dragonking1000/python-text-adventure
  1. Run the Game: Navigate to the project directory and run the game using Python.
cd python-text-adventure
python main.py

Or

  1. Download the latest realese.
  2. Run the Game: Navigate to the project directory and run the game using Python.

Usage

To start playing Jackson Castle, run the following command:

python main.py

Follow the on-screen instructions to navigate through the game.

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

License

This project is licensed under the MIT License. See the LICENSE file for details.