I was thinking if you can refund Pico 8 because I can't get it to work
@Puffupagain I found the issue. Follow the guide you were already using but run it using
./pico8
instead of
chmod +x pico8
it will start in fullscreen, but you can change that using the window key.
1
./pico8
is the way to run the program, it’s not instead of chmod +x
: the chmod command is needed once to mark the file as runnable
[Please log in to post a comment]