Pico-8 on a GBZ
Posted: Fri Jan 19, 2018 2:33 am
I got interested in running Pico-8 on a Gameboy Zero, and discovered a few issues. So I'm going to detail the steps to get it installed.
First, you'll need to get the software. You can purchase a liscense for the low cost of $14.99 at https://www.lexaloffle.com/pico-8.php#getpico8 They'll email you a key, then you can download the file on the site.
Once you've got the key, click on the floppy disk with the version number to get to the download page. Grab the Raspberry Pi zip file.
Now you'll need to transfer the zip file to your GBZ. I use WinSCP.
Once the file in there, log in to your GBZ via SSH. You'll need to unzip the file.
Okay, let's check it out!
"error while loading shared libraries: libwiringPi.so: cannot open shared object file: No such file or directory"
Uh-oh.... looks like it wants us to install WiringPi. Easy enough. Head to http://wiringpi.com/download-and-install/ and scroll down to "Plan B". You might give the regular installation method a shot, but I couldn't! Plan B worked perfectly, however.
-BTW, Kite mentioned on discord that this step might be simplified with:
Okay! Now that that's installed, just need to head back to the pico-8 directory and try running it again.
Success! Pico-8 is running on a GBZ!
Coming soon... installing Pico-8 in emulationstation and setting up the controls. It works now with a keyboard, but I want to use the D-pad and buttons!
If you'd like to check that out, see https://www.lexaloffle.com/bbs/?tid=3935 and skip down to "Launching PICO-8 from Emulation Station"
First, you'll need to get the software. You can purchase a liscense for the low cost of $14.99 at https://www.lexaloffle.com/pico-8.php#getpico8 They'll email you a key, then you can download the file on the site.
Once you've got the key, click on the floppy disk with the version number to get to the download page. Grab the Raspberry Pi zip file.
SpoilerShow
SpoilerShow
SpoilerShow
SpoilerShow
Uh-oh.... looks like it wants us to install WiringPi. Easy enough. Head to http://wiringpi.com/download-and-install/ and scroll down to "Plan B". You might give the regular installation method a shot, but I couldn't! Plan B worked perfectly, however.
-BTW, Kite mentioned on discord that this step might be simplified with:
Code: Select all
sudo apt-get install wiringpi
SpoilerShow
SpoilerShow
SpoilerShow
If you'd like to check that out, see https://www.lexaloffle.com/bbs/?tid=3935 and skip down to "Launching PICO-8 from Emulation Station"