Welcome to our Dungeons and Dragons Text-Based Adventure Game! In this game, you will create a character and explore a world full of adventures, battles, and treasure. The game is played by typing commands into the command line, and the game will respond with descriptions and prompts for you to continue your adventure.
To install the game, you will need to have Python 3.7 or higher installed on your machine. You can download Python from the official website: https://www.python.org/downloads/
After you have installed Python, clone this repository to your local machine:
git clone https://github.com/talboren/gpt-dnd-game.git
Once you have cloned the repository, navigate to the dnd-game
directory and create a virtual environment:
cd dnd-game
python3 -m venv env
Activate the virtual environment:
On Mac/Linux:
source env/bin/activate
On Windows:
env\Scripts\activate.bat
Install the required packages:
pip install -r requirements.txt
To start the game, run the following command:
python3 app/main.py
Follow the prompts to create your character and start your adventure!
We welcome contributions to our game! If you would like to contribute, please fork this repository, create a branch for your changes, and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.