Haha, Discord is indeed an acquired taste. This link should take you to the right place.
RDK
Creator of
Recent community posts
Yes, you can find the biggest collection I know in the Playdate Squad discord at https://discord.gg/QCk3a8hk.
It’s available in the latest version.
https://r-d-k.itch.io/sketch-share-solve/devlog/610942/turn-autocomplete-off
There’s two main reasons that the game is on itch.io and not Catalog (the official store).
1. The game launched a year before Catalog did. It might have even been the first Playdate game on itch.io.
2. For the longest time the game was set to “pay what you want” which is great to get a game seen by more people and still make some money but that option is not available on Catalog. As the game matured and got more content I eventually changed it to “paid” which makes it compatible with Catalog and I hope to get it on there eventually.
Hi, this issue is unrelated to the update. Any game you sideloaded before February will have the same issue when updated. You can learn more about it at https://help.play.date/games/sideloading/#duplicate-games
To get your save data you’ll have to put your Playdate into data disk mode and copy all files from Data/user.1234.sketch-share-solve/ to Data/user.1234.net.monometric.sketch-share-solve/ where 1234 is your user number.
In this puzzle and others when you don‘t know what to do next, find a longer block and try placing it in a corner. Often you’ll find that it will contradict with the next line once you continue from there and you’ll be able to cross out the corner square. You can also see this technique illustrated in the "mouth part" of the tutorial.
If you have to draw a bit to clearly see the contradiction, you’ll be able to remove the wrong parts with the undo action afterwards.
Yes, if there was an error trying to read the file we’d see this error in the simulator and I don’t think that’s the case here. Normally the game goes through all files in the import folder and opens them. My assumption is that this is where it fails so it doesn’t even see the file. There’s some extra logic with combining two different directories in the SDK so a couple of things could be happening and it’s hard to tell with remote debugging.
The app in version 1.1 isn’t executable. The quickest way to fix it is to right click on the app in Finder, choose "services->New Terminal at Folder", paste "chmod +x Contents/MacOS/AMAZESPACE" into the terminal, and hit enter. After that you might still have to give permission in the preferences and you’re good to go.