This is a universal text-adventure game engine generating story and illustrative images based on defined scenario and users input.
You need an OpenAI API-key to run the game:
- Put API key into apikey.php.example and save the file as apikey.php
- Upload all files to your server
- Open "index.html" in browser
The game is initially configure to run a story based on "Around the world in 80 days" by Jules Vernes.
To use a different scenario:
- Edit the text snippets in "script.js" to fit your game idea
- Replace illustration.png by a image adapt for your game
That's all..