{"author_link":"\/users\/fifut","author_name":"Fifut","author_uid":1234567,"comments":[{"id":841714,"author_name":"Stefan Funke","author_uid":"stefan-funke","epoch":1664731671,"text":"I did it! But it took a lot of tries! I liked the concept and how you used the theme.\n\nOne thing: The controls should be way more forgiving. Especially when I have to do things under time pressure. Sometimes I was clicking on stuff and nothing happened, but I was right next to it. Also sometimes I was picking up the wrong dirt (not the one I clicked on).\n\n\nGood job on the game!\n\n","format":"md","likes":4,"spam":"N"},{"id":841715,"author_name":"LDJam user 234567","author_uid":"234567","epoch":1664732431,"text":"@stefan-funke  You're right, the grab system does not work has expected. I need more  skill on areas interaction.\nThank's for playing!","format":"md","likes":0,"spam":"N"},{"id":841717,"author_name":"ZioBob","author_uid":"ziobob","epoch":1664732765,"text":"well done! fun game!\n\nhowever for me it doesn't start in this site:\n\n\"Failed to read the 'serviceWorker' property from 'Navigator': Service worker is disabled because the context is sandboxed and lacks the 'allow-same-origin' flag.\"","format":"md","likes":1,"spam":"N"},{"id":841725,"author_name":"LDJam user 234567","author_uid":"234567","epoch":1664733676,"text":"@ziobob Does not seem to work on Edge and Google chrome, but work with Firefox.","format":"md","likes":1,"spam":"N"},{"id":841738,"author_name":"Nyrh","author_uid":"nyrh","epoch":1664735852,"text":"Good game, really interesting idea. The fact that the when you go deep, you don't see the guards anymore is really stresfull. Movement and interactions could be better but it's forgiven if it's your second jam !\nHad fun !","format":"md","likes":1,"spam":"N"},{"id":841801,"author_name":"Kimynay","author_uid":"kimynay","epoch":1664742416,"text":"![Capture d\u2019\u00e9cran 2022-10-02 222626.png](\/\/\/raw\/35e\/22\/z\/4f961.png)","format":"md","likes":1,"spam":"N"},{"id":841806,"author_name":"LDJam user 234567","author_uid":"234567","epoch":1664743236,"text":"@kimynay Try it on itch.io or Firefox \nEmbedded does not seem to work on Edge and Google chrome","format":"md","likes":0,"spam":"N"},{"id":841809,"author_name":"Zubi","author_uid":"zubi","epoch":1664743316,"text":"I love the direction you went with for the art! It's consistent and it works surprisingly well! The game design is also really fun. I can't forget to mention how smooth the transitions between the menu's are, it's great! I only wish I could play the game with WASD instead, but that's just a nitpick. I really like your game \u30fe(\uffe3\u25bd\uffe3) ","format":"md","likes":1,"spam":"N"},{"id":841826,"author_name":"jaykayey","author_uid":"jaykayey","epoch":1664744484,"text":"Really fun art style and it reminded me of Chalk Zone. I like how the hands clearly represented the range of player action. I enjoyed the way you used the player's form as part of the puzzles. The sounds felt really satisfying. It's a bit difficult, but it's still awesome!","format":"md","likes":1,"spam":"N"},{"id":841875,"author_name":"ShatteredMindofBob","author_uid":"shatteredmindofbob","epoch":1664747679,"text":"Love the art, great concept, though I'm not a fan of arrow keys + mouse, WASD would have been better. ","format":"md","likes":1,"spam":"N"},{"id":841878,"author_name":"cafebeef","author_uid":"cafebeef","epoch":1664747775,"text":"I was able to get the game to run on Google Chrome on itch.io. It's quite fun! It took me a while to realize that you can navigate the tight corridors by rotating your character. That's a cool feature I haven't seen in many other games. The difficulty scales quickly in such a small space because you always have to get back to the start to evade the guards.\n\nI second the comment that WASD controls would be nice -- it's actually quite easy to add in Godot! I used that engine for my game too. You can go into Project->Project Settings->Input Map and add additional keys to whatever your up\/down\/left\/right input mappings are.","format":"md","likes":1,"spam":"N"},{"id":841880,"author_name":"Deniz ARAS","author_uid":"deniz-aras","epoch":1664747963,"text":"Game's art style is very nice. However guards detected mechanic and grabbing item's is not working properly. It is a great game but it needs some polish. Well done.","format":"md","likes":1,"spam":"N"},{"id":841896,"author_name":"fnelix","author_uid":"fnelix","epoch":1664748984,"text":"Nice hand-drawn art style! The controls might be a bit wonky, but that added to the pressure. My escape was pretty hard. Well done","format":"md","likes":1,"spam":"N"},{"id":841909,"author_name":"mgnta","author_uid":"mgnta","epoch":1664749425,"text":"Graphics and lore is hilarious! Love it!\nAlso, had some issues with move through some dirt blocks. Had to turn a bit to slide.\nWell done!","format":"md","likes":1,"spam":"N"},{"id":841971,"author_name":"LDJam user 293046","author_uid":"293046","epoch":1664751107,"text":"I loved the guard rotation mechanic hahaha, kept me on my toes. The art is very nice too!","format":"md","likes":1,"spam":"N"},{"id":841998,"author_name":"Rein","author_uid":"rein","epoch":1664751751,"text":"Made it through in 15 rounds!  Very close on a couple of them but the game is designed nicely so that it's always possible.  I did have some issues with catching on some corners occasionally though.  I loved the aesthetic!","format":"md","likes":1,"spam":"N"},{"id":842006,"author_name":"LDJam user 267095","author_uid":"267095","epoch":1664751970,"text":"really cool stuff. wish the controls were WASD but no biggie. ","format":"md","likes":1,"spam":"N"},{"id":842034,"author_name":"Trouv","author_uid":"trouv","epoch":1664752606,"text":"This was fun, and a bit nerve wracking. My high score was 3!\n\n![paper-prison.png](\/\/\/raw\/eee\/94\/z\/4fe57.png)\n\nArt style was great. I was pretty surprised by the nice smoothing in the main menu.\n\nI think there was quite a bit of depth to the collider shape you chose for the player. It was cool how you could speed things up by squeezing through 2x1 holes if you turned to the side. You could also just barely squeeze through \"diagonal\" 1x1 holes, that technically had a clearance of sqrt(2) instead of 1.\n\nI enjoyed being able to see the layout of the dirt maze before going down there, so that I could plan ahead. Trying to maximize speed here in general was really fun. However, I do wonder if it would be better with a specific design for the dirt maze, rather than it being randomly generated. I ended up hoping to get good maze rng when trying to get a high score. Even better would be to keep it randomly generated, but make the random generator a bit smarter, so that all results are roughly as difficult as each other and have roughly the same opportunity for clever optimizations. However, that level of procedural generation is a lot to ask for in 48 hours.\n\nA couple notes about the mechanics. They worked fine for the most part, but the hit boxes for placing dirt felt huge. I often found myself trying to place dirt in a place that I thought was open, not being able to, and then panicking. I also think that the mouse aiming was a bit annoying. Mouse controls for aiming a top-down character have always been weird since you have to keep in mind the mouse's current position. Pulling down on the mouse doesn't always make the character look down, if the mouse is sufficiently high enough on the screen. The bigger problem for me though was clicking out of the window on accident. I think, given a little more time, dual-stick controls would be a great alternative here.\n\nBut yeah, overall I thought this was really good. I can see your passion here. Thanks for your hard work.","format":"md","likes":1,"spam":"N"},{"id":842042,"author_name":"M4ttU","author_uid":"m4ttu","epoch":1664752797,"text":"Really nice game, quite addictive ahah ! :)","format":"md","likes":1,"spam":"N"},{"id":842102,"author_name":"Ale","author_uid":"ale","epoch":1664754630,"text":"That was very fun, good job! Took me a bunch of tries, but I finally escaped with a score of 7 :D\n\nConcept is simple and direct, gameplay is easy to pick up, graphics\/music\/sound work well together. Overall, this is a great submission.\n\nNow I just gotta remember to keep this tab open until the ratings start.","format":"md","likes":1,"spam":"N"},{"id":842135,"author_name":"Bewelge","author_uid":"bewelge","epoch":1664755885,"text":"Haha this was hilarious. Great job!","format":"md","likes":1,"spam":"N"},{"id":842184,"author_name":"SpeakWithPlants","author_uid":"speakwithplants","epoch":1664758451,"text":"Nice work, the paper art style looks great!  Took me a couple tries to pick up, but I think that's a good thing, and I escaped eventually!  One thing I was a little frustrated by, is how my character takes up a rectangular amount of space, so they can slide through smaller gaps sideways.  It definitely increased the pressure and difficulty which is good, but it was a little jarring to get used to at first.  Either way, really nice game! :)","format":"md","likes":1,"spam":"N"},{"id":842222,"author_name":"Delightfullymad","author_uid":"delightfullymad","epoch":1664759459,"text":"Graphics were really fun, tough game but i liked it. Good work!","format":"md","likes":1,"spam":"N"},{"id":842371,"author_name":"thx4nothing","author_uid":"thx4nothing","epoch":1664762404,"text":"I tried to speedrun it from the start, didn't go so well :D \nI love the art style. Maybe I will try something like it in my next game jam!","format":"md","likes":1,"spam":"N"},{"id":842616,"author_name":"waffleworksgames","author_uid":"waffleworksgames","epoch":1664767819,"text":"Nice one! Cool take on the theme. I love the art, and the menu transitions were a nice touch. Like others said, WASD would have been better than arrow keys in combination with the mouse, but other than that a really solid game.","format":"md","likes":1,"spam":"N"},{"id":843090,"author_name":"DzejPi","author_uid":"dzejpi","epoch":1664780123,"text":"Had no issues with Chrome on my side. Great take on the theme! Really loved the art style - it was so coherent and well drawn! I think this is the perfect example of jam game. It also reminded me of old flash game where you try to cheat on the test and try to avoid the teacher looking at you.\nNot sure if there is anything else I could add to the feedback - WASD support and hitboxes were already mentioned above. I have one tip - if you have some issues with jerky movement because of hitboxes, you can try using round ones, they usually make everything smoother. Otherwise, this is great entry!\nI wonder how Trouv accomplished score of 3, that\u2019s really intense. :) ","format":"md","likes":2,"spam":"N"},{"id":843290,"author_name":"LDJam user 258850","author_uid":"258850","epoch":1664785338,"text":"Awesome! ^^ I really like it a lot, my best score \\o\/\n\n![image_2022-10-03_092014198.png](\/\/\/raw\/223\/f3\/z\/501b7.png)\n\nThis was such a good idea and you've made it really well, great game! :)","format":"md","likes":2,"spam":"N"},{"id":843573,"author_name":"Jim jagers","author_uid":"jim-jagers","epoch":1664791568,"text":"Loved the graphics","format":"md","likes":1,"spam":"N"},{"id":843675,"author_name":"StesProject","author_uid":"stesproject","epoch":1664793326,"text":"This game is good and funny! Congratulations!! \ud83d\ude01","format":"md","likes":1,"spam":"N"},{"id":843849,"author_name":"Ani","author_uid":"ani","epoch":1664796127,"text":"This was fun - not being able to see the guard from the second room made it pretty stressful! Worked fine on Chrome for me too.","format":"md","likes":1,"spam":"N"},{"id":844399,"author_name":"mvasko2","author_uid":"mvasko2","epoch":1664803543,"text":"This is a great, elegant use of the theme :thumbsup:\n\nI had a lot of fun with this game. The only thing I didn't like very much were the controls. First of all, the arrow keys feel unnatural after years of gaming on WASD. Second, it would be great if the game didn't allow the cursor to go outside the game window - right now it's really difficult to play without a fullscreen mode.\n\nAlso, I think the colors on the clock at the top right corner don't match what's actually happening in-game. I would expect the green area to be \"safe\" - as in, no guard can currently look inside my cell. Maybe I just misunderstood the colors (or they have no real purpose), but I had to rely on actually seeing the guard and hearing his footsteps - which is, all in all, not a bad thing for immersion - but the clock is a bit confusing in that sense.\n\nReally good game. Oh, and lovely graphics :thumbsup:","format":"md","likes":2,"spam":"N"},{"id":844437,"author_name":"Flamus","author_uid":"flamus","epoch":1664804019,"text":"That's really great game! Graphics are different and I loved how for example dirt was destroyed, I needed a few runs to get used to the controls, but after that the gameplay was really charming! good job!","format":"md","likes":1,"spam":"N"},{"id":844467,"author_name":"LDJam user 299751","author_uid":"299751","epoch":1664804437,"text":"It's very good game. It reminds me of Flash games that were on Armor Games and etc.\n\nVery nice light game and interesting usage of theme.\n\nArrows is really killing me. As mentioned author above, arrows felt really unnatural. I even realised that my middle finger is slightly used to be very close to ring finger. Also some alert sounds for guard would be really nice improvement.\n\nIt's very good.","format":"md","likes":1,"spam":"N"},{"id":846642,"author_name":"Redneb","author_uid":"redneb","epoch":1664827102,"text":"Wow, that was very stressful.\nThe first 10 attempts, I did not understand why the guards found me - I just forgot to flush after myself)))\nThe graphic style is awesome. I was originally thinking of using one.\nIn fact, music helps to determine when 10 seconds pass.\nGreat job.","format":"md","likes":1,"spam":"N"},{"id":847171,"author_name":"LDJam user 236416","author_uid":"236416","epoch":1664830894,"text":"Haha very nice. At first I did not realize, that you need to flush the dirt.","format":"md","likes":0,"spam":"N"},{"id":847768,"author_name":"Flamboozle","author_uid":"flamboozle","epoch":1664835021,"text":"Fun game and was fairly clear what I had to do. Its pretty hard to accomplish good clarity in a game jam so well done.\n\nThe paper-themed hand drawn art all looked good as well!","format":"md","likes":1,"spam":"N"},{"id":851353,"author_name":"LDJam user 257946","author_uid":"257946","epoch":1664855076,"text":"This was WAAAAAY more intense then I thought it was going to be! Everything from the art to the gameplay direction is amazing! Excellent, excellent job! ","format":"md","likes":1,"spam":"N"},{"id":851482,"author_name":"TheseusInABottle","author_uid":"theseusinabottle","epoch":1664856397,"text":"I absolutely love the hand drawn art. I am an absolute sucker for that aesthetic.","format":"md","likes":1,"spam":"N"},{"id":855654,"author_name":"osh.studio","author_uid":"osh-studio","epoch":1664888509,"text":"I escaped!!! So good and I love the drawn art style :) Was super simple and easy to follow how to play which means the game design was on point! Really fun and I just had  to finish it. Great entry.","format":"md","likes":1,"spam":"N"},{"id":859023,"author_name":"LDJam user 234567","author_uid":"234567","epoch":1664906533,"text":"@zubi @shatteredmindofbob @cafebeef @reevest2 @waffleworksgames @dzejpi @mvasko2 @prologi\n\nI use the arrows instead of WASD simply because keyboards layout are not the same around the world .For me (on a French keyboard layout) the keys WASD gives ZQSD.\n\nTo play WASD game, I had to change keyboard type in Windows settings.\nBut next time I 'll had the choise in game for the keyboard layout. :wink: \n\n@zubi @jaykayey @shatteredmindofbob @cafebeef @fnelix @olivieryc @m4ttu @ale @bewelge @speakwithplants @delightfullymad @thx4nothing @rickylee @jim-jagers @ani @flamus @redneb @xpycm @flamboozle @ideaspersecond @theseusinabottle @osh-studio\nThanks for playing and for your feedback :thumbsup: \n\n\n\n\n\n@deniz-aras @rein @trouv\nI had sone issues with hitboxes and areas detection. To not break the game just until before the end, I decided to let it like that. I need to test and learn more about areas detection in godot.\nThanks for playing and for your feedback\n\n\n\n@fnelix @mgnta \nMaybe I should skip the mouse and use two extra keys to turn the character 90 degrees in the block maze :thinking: \nThanks for playing and for your feedback\n\n\n\n@mvasko2\nI thought and changed the synchronization between the guard and the clock several times.\nFinaly, I had imagined the color of the clock like this: green you still have time, orange the guard is coming, you have to come back quickly. Red the guard is there, you must be in the cell.\nThanks for playing and for your feedback","format":"md","likes":7,"spam":"N"},{"id":859348,"author_name":"mvasko2","author_uid":"mvasko2","epoch":1664908147,"text":"> green you still have time, orange the guard is coming, you have to come back quickly. Red the guard is there, you must be in the cell.\n\n@fifut In that case I think the clock should be shifted clockwise a little - the guard is there and sees inside the cell between 0 and the first clockwise tick - which is currently a green area and probably should be red.","format":"md","likes":1,"spam":"N"},{"id":860880,"author_name":"oda","author_uid":"oda","epoch":1664916098,"text":"I'm glad the guards aren't worried to hear me flush the toilet six times each minute :sweat_smile: \n\nGreat game, I love the hand-drawn graphics!\n\nPS : I read your previous comment about keyboard layouts, if your game don't use A or W keys on a french keyboard you can safely bind Z\/W to up and A\/Q to left to safely support the most used layouts in the world","format":"md","likes":1,"spam":"N"},{"id":861739,"author_name":"cafebeef","author_uid":"cafebeef","epoch":1664921327,"text":"@fifut\n\n> I use the arrows instead of WASD simply because keyboards layout are not the same around the world .For me (on a French keyboard layout) the keys WASD gives ZQSD.\n\nActually, there is a simple option in Godot that works in all keyboard layouts! If you select \"physical key\", and then press ZQSD on your keyboard layout, it should automatically map to WASD on mine. [Here's a quick comment about it.](https:\/\/old.reddit.com\/r\/godot\/comments\/qrpc1j\/i_noticed_there_is_an_option_im_not_sure_if_its\/hk80j3g\/)","format":"md","likes":3,"spam":"N"},{"id":863870,"author_name":"LDJam user 234567","author_uid":"234567","epoch":1664944469,"text":"@oda You're right, it's a good solution for mapping keys (but not working for swiss keyboad :dizzy_face: QWERTZ :laughing: ).\n\n@cafebeef Ok I understand now what's physical keys are. No matter what's the letter is, it's the position on the keyboard. Thanks for the tips! :thumbsup: ","format":"md","likes":1,"spam":"N"},{"id":869468,"author_name":"Lawrence","author_uid":"lawrence","epoch":1665006460,"text":"Someone did it in 3!??! Took me 14 and was super stressful :smile: \n\nBut fun game and very cool graphics, good job!","format":"md","likes":1,"spam":"N"},{"id":881071,"author_name":"Serxiolas","author_uid":"serxiolas","epoch":1665274614,"text":"Cool one! How I\u00b4d liked a saving feature!!! Nice visuals, audio and music! Loved this one!!","format":"md","likes":1,"spam":"N"},{"id":884851,"author_name":"LDJam user 278827","author_uid":"278827","epoch":1665446023,"text":"Damn this is charming and fun\nand the tension was super high the whole time, real prison busting vibes. Running back and jamming the door shut just in time to twiddle my thumbs next to it as the guard walked past was very funny lol","format":"md","likes":1,"spam":"N"},{"id":885369,"author_name":"JoshuaRabbit","author_uid":"joshuarabbit","epoch":1665490004,"text":"The art style is so cute and the mechanic is interesting! I love it!","format":"md","likes":1,"spam":"N"},{"id":888840,"author_name":"F1Krazy","author_uid":"f1krazy","epoch":1665828422,"text":"Took me a few times to get the hang of the controls and gauge how much could be done during the 10-second windows, but once I did I managed to get it completed in 9 shifts. I really like the hand-drawn aesthetic, and the smooth transitions in the menu make it feel really polished. I think the controls could be tweaked a little, and perhaps it could be made clearer what the guards will bust you for, but overall, this is great, especially for a Compo game.\n\nBTW, the version embedded on this page doesn't work for me, I get the following error:\n\n*Failed to read the 'serviceWorker' property from 'Navigator': Service worker is disabled because the context is sandboxed and lacks the 'allow-same-origin' flag.*\n\nI had to play the version on itch.io instead, which works fine.","format":"md","likes":1,"spam":"N"}],"format":"md","images":["ld51\/wayback-placeholder.png"],"links":[{"url":"https:\/\/fifut.itch.io\/paper-prison","text":"Link"},{"url":"https:\/\/github.com\/Fifut\/Ludum-Dare-51\/releases\/tag\/v1.0.0","text":"Link"},{"url":"https:\/\/github.com\/Fifut\/Ludum-Dare-51\/releases\/tag\/v1.0.0","text":"Link"},{"url":"https:\/\/github.com\/Fifut\/Ludum-Dare-51","text":"Link"},{"url":"https:\/\/github.com\/Fifut\/Ludum-Dare-51\/releases\/tag\/v1.0.0","text":"Link"}],"metadata":{"g_key":"67740","g_author":"1234567","g_event":"LD51","g_eventkey":"114","g_subevent":"COMPO","g_urlkey":"291487","g_title":"Paper Prison","g_status":"WAYBACK","g_place":"99999","g_commentcount":"49","g_site2_node_id":"296718","g_hide":"N","g_has_icon":"Y","g_rqueue":"0","g_random":"0"},"nds":{"n_key":"296718","n_urlkey":"291487","n_parent":"296586","n_path":"\/events\/ludum-dare\/51\/paper-prison","n_slug":"paper-prison","n_type":"item","n_subtype":"game","n_subsubtype":"compo","n_author":"234567","n_created":"0","n_modified":"0","n_version":"935318","n_status":"WAYBACK"},"node":{"id":296718,"parent":296586,"superparent":9,"author":234567,"type":"item","subtype":"game","subsubtype":"compo","published":"2022-10-02T16:53:12Z","created":"2022-09-11T09:31:06Z","modified":"2022-10-02T17:10:17Z","version":935318,"slug":"paper-prison","name":"Paper Prison","body":"## Description:\n- You are in prison. You have to escape.\n\n- Dig the wall behind the shelf, take the dirt and put it in the toilet.\n\n- Be aware of the guards' round __*every 10 seconds*__.\n\n- Do not leave any dirt on the floor of the cell.\n\n- Walls to be dug are randomly generated\n\n\n## How to play:\n- Arrow keys :arrow_left: :arrow_right: :arrow_up: :arrow_down: to move\n- __Left click__ to interact or hit, __Right click__ to grab and drop.\n\n\n## Screeshots:\n![2022-10-02 17_08_58-Window.png](\/\/\/raw\/744\/93\/z\/4f5c3.png)\n\n![2022-10-02 14_10_01-Window.png](\/\/\/raw\/744\/93\/z\/4f4dc.png)\n\n\n## Context:\n- Second LD.\n- This time my skill is better :thumbsup: \n\n\n\n## Play on your browser on Itchi.io : [Paper Prison](https:\/\/fifut.itch.io\/paper-prison)\n\n\n \n\n## Tools I use:\n- Engine : Godot 3.5.1\n- Sound : My own recordings, sfxr\n- Music : [Sequence8](https:\/\/billiam.itch.io\/sequence8), Audacity\n- Art : Paint.net, paper, pencil, colored pencils\n\n\n## Builds:\n- Godot can export game for Windows, Linux and OSX. Unfortunately I only tested under Windows.\n\n## Issues:\n- If Windows block the game, don't worry, just extract the zip file before launching it.\n\n","scope":"public","node-timestamp":"2022-10-02T16:53:12Z","meta":{"author":[234567],"link-01-tag":[42336],"link-01":"https:\/\/fifut.itch.io\/paper-prison","link-01-name":"","link-02-tag":[42337],"cover":"\/\/\/content\/744\/93\/z\/4f66b.png","link-02-name":"","link-03":"https:\/\/github.com\/Fifut\/Ludum-Dare-51\/releases\/tag\/v1.0.0","link-03-tag":[42339],"link-04":"https:\/\/github.com\/Fifut\/Ludum-Dare-51\/releases\/tag\/v1.0.0","link-04-tag":[42341],"link-05":"https:\/\/github.com\/Fifut\/Ludum-Dare-51","link-05-tag":[42332],"link-02":"https:\/\/github.com\/Fifut\/Ludum-Dare-51\/releases\/tag\/v1.0.0","link-05-name":""},"meta-timestamp":"2022-10-02T17:10:17Z","path":"\/events\/ludum-dare\/51\/paper-prison","parents":[1,5,9,296586],"files":[{"id":554,"author":234567,"node":296718,"tag":0,"name":"$$embed-554.zip","size":31957955,"timestamp":"2022-10-02T16:06:39Z","status":73},{"id":557,"author":234567,"node":296718,"tag":0,"name":"$$embed-557.zip","size":31957852,"timestamp":"2022-10-02T16:08:36Z","status":73},{"id":593,"author":234567,"node":296718,"tag":0,"name":"$$embed-593.zip","size":32376797,"timestamp":"2022-10-02T16:49:25Z","status":73},{"id":595,"author":234567,"node":296718,"tag":0,"name":"PaperPrison_Win_v1.0.0.zip","size":42241682,"timestamp":"2022-10-02T16:49:44Z","status":9},{"id":600,"author":234567,"node":296718,"tag":0,"name":"PaperPrison_Mac_v1.0.0.zip","size":57084226,"timestamp":"2022-10-02T16:51:40Z","status":9},{"id":602,"author":234567,"node":296718,"tag":0,"name":"PaperPrison_Linux_v1.0.0.zip","size":43504886,"timestamp":"2022-10-02T16:51:58Z","status":9}],"files-timestamp":"2022-10-02T16:51:58Z","love":0,"comments":0,"magic":{"cool":0,"feedback":0,"given":0,"grade":0,"smart":0},"_wayback":{"timestamp":"20221002171658","url":"https:\/\/api.ldjam.com\/vx\/node2\/get\/305625+305622+305616+305614+305574+305598+305599+305603+305596+305597?author&parent&superparent","source":"global-node-catalog"}},"text":"## Description:\n- You are in prison. You have to escape.\n\n- Dig the wall behind the shelf, take the dirt and put it in the toilet.\n\n- Be aware of the guards' round __*every 10 seconds*__.\n\n- Do not leave any dirt on the floor of the cell.\n\n- Walls to be dug are randomly generated\n\n\n## How to play:\n- Arrow keys :arrow_left: :arrow_right: :arrow_up: :arrow_down: to move\n- __Left click__ to interact or hit, __Right click__ to grab and drop.\n\n\n## Screeshots:\n![2022-10-02 17_08_58-Window.png](\/\/\/raw\/744\/93\/z\/4f5c3.png)\n\n![2022-10-02 14_10_01-Window.png](\/\/\/raw\/744\/93\/z\/4f4dc.png)\n\n\n## Context:\n- Second LD.\n- This time my skill is better :thumbsup: \n\n\n\n## Play on your browser on Itchi.io : [Paper Prison](https:\/\/fifut.itch.io\/paper-prison)\n\n\n \n\n## Tools I use:\n- Engine : Godot 3.5.1\n- Sound : My own recordings, sfxr\n- Music : [Sequence8](https:\/\/billiam.itch.io\/sequence8), Audacity\n- Art : Paint.net, paper, pencil, colored pencils\n\n\n## Builds:\n- Godot can export game for Windows, Linux and OSX. Unfortunately I only tested under Windows.\n\n## Issues:\n- If Windows block the game, don't worry, just extract the zip file before launching it.\n\n","title":"Paper Prison","wayback_recovered":true,"wayback_source":{"timestamp":"20221002171658","url":"https:\/\/api.ldjam.com\/vx\/node2\/get\/305625+305622+305616+305614+305574+305598+305599+305603+305596+305597?author&parent&superparent","source":"global-node-catalog"}}