Skip to content

Latest commit

 

History

History
executable file
·
28 lines (19 loc) · 1.09 KB

README.md

File metadata and controls

executable file
·
28 lines (19 loc) · 1.09 KB

The Missing Dollar Mystery -
a JavaFX Game using OpenAI's GPT Model

Developed by:

Game demo (6 mins):

The Missing Dollar Mystery

To setup the API to access Chats with ChatGPT

  • add in the root of the project (i.e. the same level where pom.xml is located) a file named apiproxy.config

  • put inside an OpenAI access token:

    email: "EMAIL_ADDRESS"
    apiKey: "YOUR_KEY"
    

If you don't have an API key to try out the application (which is likely the case), the video demo above shows off most of the features of our game.

To run the game

  • Clone the repository with: https://github.com/br-Chan/Missing-Dollar-Mystery-with-GPT.git
  • Run the game with: ./mvnw clean javafx:run
  • To debug the game, run ./mvnw clean javafx:run@debug then in VS Code "Run & Debug", then run "Debug JavaFX"