A downloadable game

Download NowName your own price

This is a side scrolling treasure hunt game for the Panic Playdate.  If you're interested in programming games similar to this, see my book "Programming the Panic Playdate" on Amazon.

Download

Download NowName your own price

Click download now to get access to the following files:

treasure.zip 95 kB

Comments

Log in with itch.io to leave a comment.

(+1)

FYI you need to add the PDX info and zip it up for it to sideload.  Inside Playdate

According to the Playdate SDK documentation, "The compiler will automatically copy your game’s metadata from your project folder into the resulting game."  My resulting .PDX file has the pdxinfo file inside it.

I get an error "pdxinfo is missing" when sideloading from the playdate website

Your zip file has the treasure.pdx folder inside a folder called treasure, which means when you try to sideload it, it says it can't find the pdx file. It works if you move the treasure.pdx folder to the root of the zip.