Can you update an HTML version ? It would be far easier to test your game. Here is how to do it (from the PICO-8 manual):
1. From inside PICO-8: EXPORT -F FOO.HTML 2. Create a new project from your itch dashboard. 3. Zip up the folder and upload it (set "This file will be played in the browser") 4. Embed in page, with a size of 750px x 640px. 5. Set "Mobile Friendly" on (default orientation) and "Automatically start on page load" on. // no need for the fullscreen button as the default PICO-8 template has its own. 6. Set the background (BG2) to something dark (e.g. #232323) and the text to something light.
Comments
Can you update an HTML version ? It would be far easier to test your game. Here is how to do it (from the PICO-8 manual):
1. From inside PICO-8: EXPORT -F FOO.HTML
2. Create a new project from your itch dashboard.
3. Zip up the folder and upload it (set "This file will be played in the browser")
4. Embed in page, with a size of 750px x 640px.
5. Set "Mobile Friendly" on (default orientation) and "Automatically start on page load" on.
// no need for the fullscreen button as the default PICO-8 template has its own.
6. Set the background (BG2) to something dark (e.g. #232323) and the text to something light.
Done! The HTML version is at https://nopad.itch.io/picoware-chat-spat-html. Thanks for the help!