Skip to content

qube1t/dreamweaver64-ai-rpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DreamWeaver64 - RPG powered by AI

(requires OpenAI API to run)

image

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 [email protected] (put the quotes "")

    email: "YOUR@EMAIL"
    apiKey: "YOUR_KEY"
    

    these are your credentials to invoke the OpenAI GPT APIs

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"

Contributors

Samuel Kurian

Siyeon Kim

Yuewen Sun

About

AI powered RPG with the premise of an escape-room

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published