Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 472 Bytes

Readme.md

File metadata and controls

14 lines (12 loc) · 472 Bytes

Text Based Adventure Game

this game utilizes OpenAi's Davinci to Generate story

It is a Desktop Application that uses Pyside6 Qt

To run the game

  1. Copy the repository
  2. install requirements.txt
  3. Get an API key from OpenAi
  4. create file api.py in the same directory
  5. copy this code and paste your api key in double quotes api_key1 = "<--your key here-->"
  6. run the game using py app.py in command prompt.

developed for mini project