Posted: 2022-10-27 19:09:26 | Posted by KJScott | ryancavendell.itch.io/
Create your iDev Games account
If you want some help exporting your Pico-8 game then check out the Pico-8 manual ( lexaloffle.com/dl/docs/pico-8) under section 3.
If you want some help zipping your HTML files then check out this tutorial here ( play.idevgames.co.uk/post/how-to-pr).
To upload your game you need to log in to your account and click on the upload game link ( play.idevgames.co.uk/upload-your-ga) and follow the instructions there.
If you want to make use of JavaScript API features that iDev Games provides then make sure to check out the official documentation here ( play.idevgames.co.uk/docs) and modify your index.html file to make use of the GPIO pins as described in the PICO-8 manual ( lexaloffle.com/dl/docs/pico-8) under section 6.12 GPIO.
iDev Commented:
Great tutorial, thanks for sharing!