A cat maze and puzzle game. Get through 16 levels in as few moves as possible, find your favourite socky and defeat your nemesis.
Clear the fog as you expand your territory, navigating through gardens, dark dungeons, slippery ice, an ancient city and a mandatory industrial zone. Win medals based on how many moves you have left.
If you get stuck, there are hints in the menu. Version 07 is more forgiving and has a level select.
Hello lovely PICO-8 people!
I'm getting started with PICO-8 and am having trouble running my game outside of the PICO-8 editor. Can anyone help?
If I open the game in splore, it causes PICO-8 to freeze. If I export the html and js files and run the HTML in Safari or Chrome, it gets stuck on "booting cartridge". Yet the .p8 file runs in the PICO-8 editor with no problem. I'm using the standard _init() / _update() / _draw() game loop.
I'm using:
- PICO-8 v0.2.1
- Atom to script
- MacOS Mojave
- Safari and Chrome
Game code: https://github.com/andrewhick/pandora/blob/main/pandora.p8
Game is hosted here: https://www.andrewhick.com/games/
I'd appreciate any help, one of my main reasons for choosing PICO-8 was its ability to share games easily on the web so I'm sad to be stuck at this stage!