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