This is a text-based adventure game.
To install this game, clone the repository and run the following command in the terminal:
python setup.py install
export OPENAI_API_KEY=...
...
python main_loop.py
Note: You need to set up an OpenAI API key to use this game. You can get one here.
Keys can be stored in a
.env
file in the root directory of the project.
Add
__DEBUG__
to the.env
file or export it to the shell to enable debug mode.