Enjoyed playing your game. Happy coincidence: I was watching the TV series "Treasure Island" the last two days here at my mothers place - not exactly the same, but some nice similarities :-)
I have plenty of free time here, so I was doing an experiment. I was wondering if and how it would be possible to embed a game like yours (interactive Google Slide based presentation) into an itch.io game page. And I was successful :-) I was taking your presentation for my tests, as it uses some more advanced features (linking slides with interactive elements).
Here are the steps:
- In Slides: File > Share > Publish to web
- Switch to tab Embed, medium size, any number of seconds for "switch to next slide"
- Open any text editor, paste the embed code inside, and add html and body tags around it (to create a very basic html page)
- Search for "delayms=" and change the number to a very big one (prevents auto switching slides)
- Save as index.html and then compress this file to index.zip
- Upload the index.zip into your itch.io game page and choose "Will be played in browser", choose embed in page, set size manually to 960x580
- Voila! Your game is fully integrated into an itch page and can be played inside the page :-D
- I can share the result with you, if you are interested - created a PW protected and restricted page for it