https://github.com/ninjascl/pico8-ios-wrapper
A wrapper to distribute your games in the AppStore
https://github.com/ninjascl/pico8-ios-wrapper
apple ios pico8 webview wrapper xcode
Last synced: 6 months ago
JSON representation
A wrapper to distribute your games in the AppStore
- Host: GitHub
- URL: https://github.com/ninjascl/pico8-ios-wrapper
- Owner: NinjasCL
- License: mit
- Created: 2019-07-28T16:46:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-28T17:58:03.000Z (almost 7 years ago)
- Last Synced: 2025-01-21T03:42:13.158Z (over 1 year ago)
- Topics: apple, ios, pico8, webview, wrapper, xcode
- Language: HTML
- Size: 438 KB
- Stars: 24
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pico-8 iOS Wrapper
Enables releasing Pico-8 games to the AppStore.
[https://www.lexaloffle.com/pico-8.php](https://www.lexaloffle.com/pico-8.php).

## Instructions
- 1. (in Pico-8) Export your game to html. `export game.html` (use `folder` to see the contents).
- 2. Copy the contents of the javascript file to `Game/Pico8/game.js`.
- 3. Configure your Xcode project and upload it to AppStore.
### Note
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.
### Requirements
- iOS 9 or newer.
- Pico-8 0.1.12.c or newer.
Made with ♥ by Ninjas.cl.