For some reason I can't access this at all. Opening the website just leads to a white screen with "reset" in the top left corner. Does anyone know what's going on?
@Duckolium It seems to be working for me. Clear cache or try a different browser?
@zep This was actually my introduction to PICO-8 and really helped me understand how to use it before buying the Voxatron + PICO-8 bundle!
@petpolitics You can use a bookmarklet to get around the issue with iOS not opening the file selector after typing LOAD
Create a bookmark on your iOS device and set the following code to the URL
javascript:%20(()%20=%3E%20%7B%20document.getElementById('p8_file_chooser').click();%20%7D)();
Once you’ve booted Pico-8 in the browser, click on the bookmark and a menu should appear allowing you to click on Choose File
.
The works by using a bit of JavaScript to trigger a click on the file upload field that’s normally hidden. Hopefully that helps!
@zep thanks for making this, it helped me decidde to buy pico-8 and it is my FAVORITE fantasy console!
[Please log in to post a comment]