Enables releasing Pico-8 games to the AppStore. https://www.lexaloffle.com/pico-8.php.
-
- (in Pico-8) Export your game to html.
export game.html
(usefolder
to see the contents).
- (in Pico-8) Export your game to html.
-
- Copy the contents of the javascript file to
Game/Pico8/game.js
.
- Copy the contents of the javascript file to
-
- Configure your Xcode project and upload it to AppStore.
The default html
exported file does not works well in iOS because
autoplay is not enabled. This wrapper contains a web view
and special configurations in the index.html
that can support autoplay in iOS.
- iOS 9 or newer.
- Pico-8 0.1.12.c or newer.
Made with ♥ by Ninjas.cl.