Developed by:
Game demo (6 mins):
-
add in the root of the project (i.e. the same level where
pom.xml
is located) a file namedapiproxy.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.
- 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"