Skip to content

A game used to train private investigators (and entertain the commonfolk) using JavaFX and OpenAI's GPT model. Developed for the semester-long SOFTENG 206 group project.

License

Notifications You must be signed in to change notification settings

br-Chan/Missing-Dollar-Mystery-with-GPT

Repository files navigation

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"

About

A game used to train private investigators (and entertain the commonfolk) using JavaFX and OpenAI's GPT model. Developed for the semester-long SOFTENG 206 group project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •