{"author_link":"\/users\/johanhelsing","author_name":"johanhelsing","author_uid":1140305,"comments":[{"id":651386,"author_name":"natpat","author_uid":"natpat","epoch":1619552512,"text":"What a sweet little experience! The digging was really well done, with the earth feeling very realistic and actually quite tactile to dig. I liked the simple art and soundscape. Even if there's not much of a game, it's a pretty impressive experience. Once small thing is that on the last level I got a bit stuck as I dug straight down and then couldn't get back out or dig up, or restart the level, and my earth wouldn't be flung high enough to get out the hole. Still, great job overall!","format":"md","likes":1,"spam":"N"},{"id":651445,"author_name":"petrroll","author_uid":"petrroll","epoch":1619552651,"text":"Love the adorable atmosphere! The sounds, the minimalistic graphics, the overall feeling :)\n\nMuch like ^^  I also got stuck a few times due to tunneling under still existing dirt and not being able to fling the earth away (always got stuck on \"dirt ceiling\").","format":"md","likes":1,"spam":"N"},{"id":651498,"author_name":"Cyborg Studio","author_uid":"cyborg-studio","epoch":1619552812,"text":"Short, sweet, and cute! Love the dirt simulation. :)","format":"md","likes":1,"spam":"N"},{"id":651508,"author_name":"Tino","author_uid":"tino","epoch":1619552827,"text":"Mood is a success, the graphics and sound arts blend.\nReally impressed by the dirt feeling, different from actual dirt only in a good way, artistically and gameplay wise.\n\n\n![Capture.PNG](\/\/\/raw\/0d6\/43\/z\/40e94.png)\n","format":"md","likes":1,"spam":"N"},{"id":651561,"author_name":"Adam K","author_uid":"adam-k","epoch":1619553014,"text":"The dirt physics and destruction is really nice. It felt very satisfying.\nI think it was on level 4 I got stuck though because I went straight down and I would just throw the dirt back on myself because the walls were too high, so it was really tough to progress further than that because I couldn't destroy the walls on my sides.","format":"md","likes":1,"spam":"N"},{"id":651567,"author_name":"Kaito","author_uid":"kaito","epoch":1619553020,"text":"Very cool game, cute and relaxing even though I got stuck a few times when digging under \"hard\" dirt. I really enjoyed the experience :)","format":"md","likes":1,"spam":"N"},{"id":651785,"author_name":"johanhelsing","author_uid":"johanhelsing","epoch":1619553708,"text":"Thanks everyone! Yeah, I totally should have put in a retry level button!","format":"md","likes":0,"spam":"N"},{"id":652088,"author_name":"TheMoonrise","author_uid":"themoonrise","epoch":1619554633,"text":"This is a quirky and fun little game definetely worth a play. After playing the 1000th down the well game this is a fresh take on the theme. Also the dirt simulation works quite well and is statisfying to watch and play with. Well done!","format":"md","likes":1,"spam":"N"},{"id":652119,"author_name":"remusnomos","author_uid":"remusnomos","epoch":1619554732,"text":"That's what I imagine by digging dirt. Combined with nice sounds, minimalistic visuals and a funny but clever story is a very good mix. Liked it! Thank you, Sir!","format":"md","likes":1,"spam":"N"},{"id":652220,"author_name":"Lev","author_uid":"lev","epoch":1619555104,"text":"Digging physics is really impressive! Can you maybe give a short explaination of how it was made? ;)\nThe game also looks and sounds good","format":"md","likes":1,"spam":"N"},{"id":652587,"author_name":"johanhelsing","author_uid":"johanhelsing","epoch":1619556387,"text":"@lev Thanks. Short version is that the dirt blobs are simply cubes in Unity's physics engine. I do some hacks to freeze them in case they are moving very slowly, to forcefully stop unstable shivering piles of dirt, and to save performance and also turn previously dug up dirt into new \"walls\" of dirt.\n\n```c#\nprivate void FixedUpdate()\n{\n    drowsing += Time.fixedDeltaTime;\n    var sqrVelocity = rb.velocity.sqrMagnitude;\n    if (sqrVelocity < SleepSpeed * SleepSpeed)\n    {\n        if (drowsing > 1)\n        {\n            rb.Sleep();\n            rb.constraints = RigidbodyConstraints2D.FreezeAll;\n        }\n    }\n    else\n    {\n        drowsing = 0;\n    }\n}\n```\n\nI then simply \"wake\" them up by removing the constraints in an area when the shovel is thrust forward.\n\nI actually think the rendering does most of the heavy lifting here. As they merge together when they are close, they look less like separate objects and maintain the illusion of being \"packed\" dirt. But that's a different story entirely :)\n\nMight put all this in a post-mortem at some point :)\n","format":"md","likes":0,"spam":"N"},{"id":652616,"author_name":"cvetk0","author_uid":"cvetk0","epoch":1619556448,"text":"I loved this. I mean, the simulation of the dirt is great, and graphics look so smooth. But the best thing is the family tradition. No matter how you feel about your grandchildren, always leave a nice \"cheerful\" note for them and make sure treasure is dug so deep that they really have to break a sweat :smile:. The only thing I found a bit annoying was the fact that you cant really control digging direction in terms of straight or up perhaps. If you don't dig even enough you find yourself in situation where you have to get the dirt out of a tunnel, which is pretty hard... but hey, that is what a no good grand child deserves. I wonder how it would go if the last one actually did have children!?\n\nGreat game, keep up the good work!","format":"md","likes":2,"spam":"N"},{"id":652948,"author_name":"Lev","author_uid":"lev","epoch":1619557511,"text":"@johanhelsing ah, thanks!\nThat's really cool that you could do this with just cubes, I thougth it was some shader magic :D","format":"md","likes":0,"spam":"N"},{"id":653097,"author_name":"Remn","author_uid":"remn","epoch":1619557975,"text":"Its very cool mechanics! But I have found some bugs.![\u0411\u0435\u0437 \u0438\u043c\u0435\u043d\u0438.png](\/\/\/raw\/92a\/b3\/z\/40f0e.png)","format":"md","likes":1,"spam":"N"},{"id":654176,"author_name":"DS Nahogara","author_uid":"ds-nahogara","epoch":1619562217,"text":"It was a pleasant experience, i love the aesthetic and also how the dirt reacts, the sound is sweet and detailed.\nI noticed that if you dig long enough like 5 meters, the dirt starts lagging, in the future it would be cool to optimize the rigid bodies in chunks or something like that hehe.\n\nFantastic craft! :heart: ","format":"md","likes":1,"spam":"N"},{"id":654293,"author_name":"Okamit","author_uid":"okamit","epoch":1619562818,"text":"A cute experience, the digging mechanic and dirt physics felt really good.\n\nGood work!","format":"md","likes":1,"spam":"N"},{"id":706082,"author_name":"nardandas","author_uid":"nardandas","epoch":1621319949,"text":"The digging looked and felt great! I also liked the fun little blurbs at the beginning of each level. It was just a bit slow and boring, nothing surprising in the level besides the goal. With a little more content this could be a nice relaxing little game!","format":"md","likes":0,"spam":"N"}],"format":"md","images":["ld48\/wayback-placeholder.png"],"links":[{"url":"https:\/\/jhelsing.itch.io\/will-and-testament","text":"Link"},{"url":"https:\/\/jhelsing.itch.io\/will-and-testament","text":"Link"},{"url":"https:\/\/jhelsing.itch.io\/will-and-testament","text":"Link"},{"url":"https:\/\/jhelsing.itch.io\/will-and-testament","text":"Link"}],"metadata":{"g_key":"76293","g_author":"1140305","g_event":"LD48","g_eventkey":"109","g_subevent":"JAM","g_urlkey":"371037","g_title":"Will and Testament","g_status":"WAYBACK","g_place":"929","g_commentcount":"17","g_site2_node_id":"242467","g_hide":"N","g_has_icon":"Y","g_rqueue":"0","g_random":"0"},"nds":{"n_key":"242467","n_urlkey":"371037","n_parent":"233335","n_path":"\/events\/ludum-dare\/48\/will-and-testament","n_slug":"will-and-testament","n_type":"item","n_subtype":"game","n_subsubtype":"jam","n_author":"140305","n_created":"1619116573","n_modified":"1778614530","n_version":"767451","n_status":"WAYBACK"},"node":{"_collation":{"body_sanitizer":"TextUtils::SanitizeHTML via existing importer","event":"LD48","removed_author":false},"_superparent":9,"_trust":6,"author":140305,"body":"A game about digging and inheritance.\n\n![will_screenshot_02.png](\/\/\/raw\/114\/22\/z\/3f874.png)\n\nI didn't make the bird sounds or the fonts, but all other assets were created by me during the jam.\n\nI had a lot of fun animating and voicing this guy and trying to figure out how to render dirt. I hope it's somewhat fun to play as well!\n\nMove with arrows, left mouse to dig.","comments":17,"comments-timestamp":"2021-05-18T06:39:09Z","created":"2021-04-22T18:36:13Z","files":[],"files-timestamp":0,"grade":{"grade-01":21,"grade-02":22,"grade-03":21,"grade-04":22,"grade-05":22,"grade-06":22,"grade-07":22,"grade-08":22},"id":242467,"love":0,"magic":{"cool":93.782624845392,"feedback":15,"given":18.25,"grade":21.75,"grade-01-average":3.5,"grade-01-result":929,"grade-02-average":2.925,"grade-02-result":1499,"grade-03-average":3.553,"grade-03-result":524,"grade-04-average":4.025,"grade-04-result":374,"grade-05-average":3.675,"grade-05-result":919,"grade-06-average":3.325,"grade-06-result":808,"grade-07-average":3.225,"grade-07-result":496,"grade-08-average":3.8,"grade-08-result":513,"smart":-0.55096838023061},"meta":{"author":[140305],"cover":"\/\/\/content\/114\/22\/z\/3f35c.png","link-01":"https:\/\/jhelsing.itch.io\/will-and-testament","link-01-tag":[42336],"link-02":"https:\/\/jhelsing.itch.io\/will-and-testament","link-02-tag":[42337],"link-03":"https:\/\/jhelsing.itch.io\/will-and-testament","link-03-tag":[42341],"link-04":"https:\/\/jhelsing.itch.io\/will-and-testament","link-04-tag":[42339]},"meta-timestamp":"2026-05-12T19:35:30Z","modified":"2026-05-12T19:35:30Z","name":"Will and Testament","node-timestamp":"2021-04-27T01:27:20Z","parent":233335,"parents":[1,5,9,233335],"path":"\/events\/ludum-dare\/48\/will-and-testament","published":"2021-04-27T00:45:13Z","scope":"public","slug":"will-and-testament","subsubtype":"jam","subtype":"game","type":"item","version":767451},"text":"A game about digging and inheritance.\n\n![will_screenshot_02.png](\/\/\/raw\/114\/22\/z\/3f874.png)\n\nI didn't make the bird sounds or the fonts, but all other assets were created by me during the jam.\n\nI had a lot of fun animating and voicing this guy and trying to figure out how to render dirt. I hope it's somewhat fun to play as well!\n\nMove with arrows, left mouse to dig.","title":"Will and Testament","wayback_recovered":true,"wayback_source":{"capture":{"original":"https:\/\/api-jam.ludumdare.com\/vx\/node2\/get\/242001+242002+242003+242004+242005+242006+242007+242008+242009+242010+242011+242012+242013+242014+242015+242016+242017+242018+242019+242020+242021+242022+242023+242024+242025+242026+242027+242028+242029+242030+242031+242032+242033+242034+242035+242036+242037+242038+242039+242040+242041+242042+242043+242044+242045+242046+242047+242048+242049+242050+242051+242052+242053+242054+242055+242056+242057+242058+242059+242060+242061+242062+242063+242064+242065+242066+242067+242068+242069+242070+242071+242072+242073+242074+242075+242076+242077+242078+242079+242080+242081+242082+242083+242084+242085+242086+242087+242088+242089+242090+242091+242092+242093+242094+242095+242096+242097+242098+242099+242100+242101+242102+242103+242104+242105+242106+242107+242108+242109+242110+242111+242112+242113+242114+242115+242116+242117+242118+242119+242120+242121+242122+242123+242124+242125+242126+242127+242128+242129+242130+242131+242132+242133+242134+242135+242136+242137+242138+242139+242140+242141+242142+242143+242144+242145+242146+242147+242148+242149+242150+242151+242152+242153+242154+242155+242156+242157+242158+242159+242160+242161+242162+242163+242164+242165+242166+242167+242168+242169+242170+242171+242172+242173+242174+242175+242176+242177+242178+242179+242180+242181+242182+242183+242184+242185+242186+242187+242188+242189+242190+242191+242192+242193+242194+242195+242196+242197+242198+242199+242200+242201+242202+242203+242204+242205+242206+242207+242208+242209+242210+242211+242212+242213+242214+242215+242216+242217+242218+242219+242220+242221+242222+242223+242224+242225+242226+242227+242228+242229+242230+242231+242232+242233+242234+242235+242236+242237+242238+242239+242240+242241+242242+242243+242244+242245+242246+242247+242248+242249+242250+242251+242252+242253+242254+242255+242256+242257+242258+242259+242260+242261+242262+242263+242264+242265+242266+242267+242268+242269+242270+242271+242272+242273+242274+242275+242276+242277+242278+242279+242280+242281+242282+242283+242284+242285+242286+242287+242288+242289+242290+242291+242292+242293+242294+242295+242296+242297+242298+242299+242300+242301+242302+242303+242304+242305+242306+242307+242308+242309+242310+242311+242312+242313+242314+242315+242316+242317+242318+242319+242320+242321+242322+242323+242324+242325+242326+242327+242328+242329+242330+242331+242332+242333+242334+242335+242336+242337+242338+242339+242340+242341+242342+242343+242344+242345+242346+242347+242348+242349+242350+242351+242352+242353+242354+242355+242356+242357+242358+242359+242360+242361+242362+242363+242364+242365+242366+242367+242368+242369+242370+242371+242372+242373+242374+242375+242376+242377+242378+242379+242380+242381+242382+242383+242384+242385+242386+242387+242388+242389+242390+242391+242392+242393+242394+242395+242396+242397+242398+242399+242400+242401+242402+242403+242404+242405+242406+242407+242408+242409+242410+242411+242412+242413+242414+242415+242416+242417+242418+242419+242420+242421+242422+242423+242424+242425+242426+242427+242428+242429+242430+242431+242432+242433+242434+242435+242436+242437+242438+242439+242440+242441+242442+242443+242444+242445+242446+242447+242448+242449+242450+242451+242452+242453+242454+242455+242456+242457+242458+242459+242460+242461+242462+242463+242464+242465+242466+242467+242468+242469+242470+242471+242472+242473+242474+242475+242476+242477+242478+242479+242480+242481+242482+242483+242484+242485+242486+242487+242488+242489+242490+242491+242492+242493+242494+242495+242496+242497+242498+242499+242500?authors&parents&superparent"},"object":"objects\/sha256\/d8\/d87fbe59efe60c911c8af813e6bb8d332f0415e0f08aef9a7d7f6a96472c0cb6","record":"shard-3\/json-live-urgent-v3\/records\/4b4a9ecf4bcede1faf4a410e4df1d3069bc73ee19a1c67d03b893bffe702bde5.json","sha256":"d87fbe59efe60c911c8af813e6bb8d332f0415e0f08aef9a7d7f6a96472c0cb6","source":"https","stored_at":1784022321}}