Skip to content

This is an escape room game created by my group members and I for our SOFTENG 206 project. One of the main features of the game is that it incorporates Chat GPT as the game master for the user to interact with.

Notifications You must be signed in to change notification settings

hyukjun3/Escaipe-Potion-Game-206

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOFTENG 206 - EscAIpe Room

To setup OpenAI's API

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

  • put inside the credentials that you received from no-reply@digitaledu.ac.nz (put the quotes "")

    email: "upi123@aucklanduni.ac.nz"
    apiKey: "YOUR_KEY"
    

    these are your credentials to invoke the OpenAI GPT APIs

To setup codestyle's API

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

  • put inside the credentials that you received from gradestyle@digitaledu.ac.nz (put the quotes "")

    email: "upi123@aucklanduni.ac.nz"
    accessToken: "YOUR_KEY"
    

these are your credentials to invoke GradeStyle

To run the game

./mvnw clean javafx:run

To debug the game

./mvnw clean javafx:run@debug then in VS Code "Run & Debug", then run "Debug JavaFX"

To run codestyle

./mvnw clean compile exec:java@style

About

This is an escape room game created by my group members and I for our SOFTENG 206 project. One of the main features of the game is that it incorporates Chat GPT as the game master for the user to interact with.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •