{"author_link":"\/users\/astoeth","author_name":"Astoeth","author_uid":1185688,"comments":[{"id":797471,"author_name":"nosleepjf","author_uid":"nosleepjf","epoch":1649202622,"text":"its hard to recognize the life at the start of the game, and to know what you are trying to destroy. I was about to give up when i finally noticed the little dots. then i was like \"holy crap this is so cool!! Look at them colonizing the planets like little spores!!\" I fired some asteroids at them and immediately felt guilty! I really like the theme of destroying life rather than preserving it. And i loved watching the projectiles arc around planets, so freaking cool!","format":"md","likes":2,"spam":"N"},{"id":805600,"author_name":"Stefan Laimer","author_uid":"stefan-laimer","epoch":1649277991,"text":"Nice little game! As already mentioned it's a bit hard to know what you're aiming at in the beginning. Also one annoying thing is that you fire the currently selected meteor, when you click to select a different one. But other than that, it's a pretty good game. Well done!","format":"md","likes":0,"spam":"N"},{"id":811164,"author_name":"HerryFabien","author_uid":"herryfabien","epoch":1649351304,"text":"@nosleepjf @stefan-laimer Yeah life start from nothing so it take some time for it to start which can be confusing. After further testing there is a few change that could have improved the experience ^^ ","format":"md","likes":0,"spam":"N"},{"id":814597,"author_name":"lbrande","author_uid":"lbrande","epoch":1649412227,"text":"Very cool mechanics! Had a bit of trouble with the buttons not working properly in fullscreen while the life was too hard to see when not in fullscreen.","format":"md","likes":0,"spam":"N"},{"id":817337,"author_name":"Steffo","author_uid":"steffo","epoch":1649464738,"text":"Cool idea, but resource recharge is too slow; spamming small meteors (which ignore the cost) is a lot more fun than waiting a long time for your \"mana\" to recharge!","format":"md","likes":1,"spam":"N"},{"id":818879,"author_name":"Aka Black Dog","author_uid":"aka-black-dog","epoch":1649509289,"text":" really great idea but \nits really hard to see what you're supposed to hit \nand sometimes you end up shooting when trying to select a weapon","format":"md","likes":0,"spam":"N"},{"id":829779,"author_name":"HerryFabien","author_uid":"herryfabien","epoch":1649969344,"text":"@steffo Yeah one of the thing we saw play testing it a bit after the jam","format":"md","likes":0,"spam":"N"},{"id":832307,"author_name":"LDJam user 236545","author_uid":"236545","epoch":1650214790,"text":"Similar thoughts to a lot of others - difficulty in knowing what I was supposed to aim at, and the recharging of energy wasn't fun to wait on.\n\nWhat _was_ really fun is that there's a bug with the \"multiple small meteors\" that doesn't check your energy level, and will let you go negative. Spamming that was actually a ton of fun. If you continue working on this game, it would be cool to be able to spend resources on faster energy regeneration.\n\nThe gravity mechanic was neat as well!","format":"md","likes":1,"spam":"N"},{"id":832487,"author_name":"Rbn","author_uid":"rbn","epoch":1650225935,"text":"Cool game! Love the concept. The music is badass also B) Maybe I want to 'spam' more the meteors and stuff. The recharging is too long in my opinion. ","format":"md","likes":0,"spam":"N"},{"id":832824,"author_name":"Rashcan","author_uid":"rashcan","epoch":1650263635,"text":"Really cool how \"life\" spreads in this game! Would you mind sharing how that was made?","format":"md","likes":0,"spam":"N"},{"id":833633,"author_name":"HerryFabien","author_uid":"herryfabien","epoch":1650320677,"text":"@rbn Yeah it's litteraly a single variable change! Might put a more balanced version to download next to the jam version \n@rashcan I didn't do it but from what i understand\/remember we have a one dimensional array simulating the life level of each section (growing on each Update and spreading to it's neigbours) as well as a general life level (used to make structure ect). Then for each point of a texture we calculate it's \"section\" that correspond to a entry in the array and it's \"position\"\/distance from the center. We then draw the life of the corresponding entry.\nWe added random surface level and plant level to hide a bit the roundness of each planet.\nThe setting of each pixel is a bit low because it's done with the CPU ! You might see the update of life on planet moving up if you look closely ^^","format":"md","likes":0,"spam":"N"},{"id":833691,"author_name":"HerryFabien","author_uid":"herryfabien","epoch":1650327188,"text":"@nosleepjf @stefan-laimer @steffo @aka-black-dog @andrewkennedy @rbn I uploaded a post jam version : No more abillity when you clic on button , x3 to ressources generation , x2 to the height of life and finally life level start at more then the minimum on the starting points. Sadly it was only a few variable change :S\nThis is available to download and resolve most of the problem cited making the game probably WAY more enjoyable","format":"md","likes":1,"spam":"N"},{"id":834315,"author_name":"Astoeth","author_uid":"astoeth","epoch":1650390709,"text":"@rashcan If you want to look at the code, I just added the sources to itch.io\n\nThe part that manage the life is mainly in Assets\/Scripts\/PlanetLifeManager.cs\nAs Fabien said, it's mainly an array that contain a life level for each subregion of the planet in wich the \"simulation\" is done and we then have a texture that set each of its pixel's color accordingly to the data of the related subregion, its distance to the center and some reference textures (all the planet is drawn this way).","format":"md","likes":0,"spam":"N"}],"format":"md","images":["ld50\/wayback-placeholder.png"],"links":[{"url":"https:\/\/astoeth.itch.io\/sprout","text":"Link"},{"url":"https:\/\/astoeth.itch.io\/sprout","text":"Link"},{"url":"https:\/\/astoeth.itch.io\/sprout","text":"Link"}],"metadata":{"g_key":"82490","g_author":"1185688","g_event":"LD50","g_eventkey":"110","g_subevent":"JAM","g_urlkey":"387283","g_title":"Sprout","g_status":"WAYBACK","g_place":"1314","g_commentcount":"13","g_site2_node_id":"283571","g_hide":"N","g_has_icon":"Y","g_rqueue":"0","g_random":"0"},"nds":{"n_key":"283571","n_urlkey":"387283","n_parent":"276397","n_path":"\/events\/ludum-dare\/50\/sprout","n_slug":"sprout","n_type":"item","n_subtype":"game","n_subsubtype":"jam","n_author":"185688","n_created":"1648836182","n_modified":"1768677437","n_version":"910538","n_status":"WAYBACK"},"node":{"_collation":{"body_sanitizer":"TextUtils::SanitizeHTML via existing importer","event":"LD50","removed_author":false},"_superparent":9,"_trust":1,"author":185688,"body":"Life just appeared on one planet and you absolutely don't want that to propagate everywhere. You have at your disposal an arsenal of meteors and other black holes to try to delay it as much as possible, but life domination seems to be inevitable...\n\nThere is a post jam version that can be downloaded that give more visibility to the plant and more ressources so it's easier to play with the different option you have\n\nCredits:\n\nMusic: Dark Fantasy Studio - You are better off dead \n\nSound Effects : https:\/\/opengameart.org\/ https:\/\/universal-soundbank.com\/\n\nFonts : https:\/\/www.dafont.com\/comfortaa.font https:\/\/fonts.google.com\/specimen\/Rubik+Moonrocks","comments":13,"comments-timestamp":"2022-04-19T18:05:29Z","created":"2022-04-01T18:03:02Z","files":[],"files-timestamp":0,"grade":{"grade-01":26,"grade-02":25,"grade-03":25,"grade-04":24,"grade-05":25,"grade-07":21,"grade-08":22},"id":283571,"love":0,"magic":{"cool":155.52331014996,"feedback":23,"given":48.375,"grade":24,"grade-01-average":2.833,"grade-01-result":1314,"grade-02-average":2.587,"grade-02-result":1316,"grade-03-average":3.065,"grade-03-result":923,"grade-04-average":3.523,"grade-04-result":854,"grade-05-average":2.913,"grade-05-result":1139,"grade-07-average":3.132,"grade-07-result":563,"grade-08-average":2.6,"grade-08-result":1293,"smart":4.0015698468646},"meta":{"author":[185688,228139],"cover":"\/\/\/content\/855\/d2\/z\/4b35b.png","grade-06-out":"1","link-01":"https:\/\/astoeth.itch.io\/sprout","link-01-tag":[42336],"link-02":"https:\/\/astoeth.itch.io\/sprout","link-02-tag":[42337],"link-03":"https:\/\/astoeth.itch.io\/sprout","link-03-tag":[42332]},"meta-timestamp":"2026-01-17T19:17:17Z","modified":"2026-01-17T19:17:17Z","name":"Sprout","node-timestamp":"2022-04-19T00:33:22Z","parent":276397,"parents":[1,5,9,276397],"path":"\/events\/ludum-dare\/50\/sprout","published":"2022-04-04T23:33:09Z","scope":"public","slug":"sprout","subsubtype":"jam","subtype":"game","type":"item","version":910538},"text":"Life just appeared on one planet and you absolutely don't want that to propagate everywhere. You have at your disposal an arsenal of meteors and other black holes to try to delay it as much as possible, but life domination seems to be inevitable...\n\nThere is a post jam version that can be downloaded that give more visibility to the plant and more ressources so it's easier to play with the different option you have\n\nCredits:\n\nMusic: Dark Fantasy Studio - You are better off dead \n\nSound Effects : https:\/\/opengameart.org\/ https:\/\/universal-soundbank.com\/\n\nFonts : https:\/\/www.dafont.com\/comfortaa.font https:\/\/fonts.google.com\/specimen\/Rubik+Moonrocks","title":"Sprout","wayback_recovered":true,"wayback_source":{"capture":{"original":"https:\/\/api-jam.ludumdare.com\/vx\/node2\/get\/283501+283502+283503+283504+283505+283506+283507+283508+283509+283510+283511+283512+283513+283514+283515+283516+283517+283518+283519+283520+283521+283522+283523+283524+283525+283526+283527+283528+283529+283530+283531+283532+283533+283534+283535+283536+283537+283538+283539+283540+283541+283542+283543+283544+283545+283546+283547+283548+283549+283550+283551+283552+283553+283554+283555+283556+283557+283558+283559+283560+283561+283562+283563+283564+283565+283566+283567+283568+283569+283570+283571+283572+283573+283574+283575+283576+283577+283578+283579+283580+283581+283582+283583+283584+283585+283586+283587+283588+283589+283590+283591+283592+283593+283594+283595+283596+283597+283598+283599+283600+283601+283602+283603+283604+283605+283606+283607+283608+283609+283610+283611+283612+283613+283614+283615+283616+283617+283618+283619+283620+283621+283622+283623+283624+283625+283626+283627+283628+283629+283630+283631+283632+283633+283634+283635+283636+283637+283638+283639+283640+283641+283642+283643+283644+283645+283646+283647+283648+283649+283650+283651+283652+283653+283654+283655+283656+283657+283658+283659+283660+283661+283662+283663+283664+283665+283666+283667+283668+283669+283670+283671+283672+283673+283674+283675+283676+283677+283678+283679+283680+283681+283682+283683+283684+283685+283686+283687+283688+283689+283690+283691+283692+283693+283694+283695+283696+283697+283698+283699+283700+283701+283702+283703+283704+283705+283706+283707+283708+283709+283710+283711+283712+283713+283714+283715+283716+283717+283718+283719+283720+283721+283722+283723+283724+283725+283726+283727+283728+283729+283730+283731+283732+283733+283734+283735+283736+283737+283738+283739+283740+283741+283742+283743+283744+283745+283746+283747+283748+283749+283750+283751+283752+283753+283754+283755+283756+283757+283758+283759+283760+283761+283762+283763+283764+283765+283766+283767+283768+283769+283770+283771+283772+283773+283774+283775+283776+283777+283778+283779+283780+283781+283782+283783+283784+283785+283786+283787+283788+283789+283790+283791+283792+283793+283794+283795+283796+283797+283798+283799+283800+283801+283802+283803+283804+283805+283806+283807+283808+283809+283810+283811+283812+283813+283814+283815+283816+283817+283818+283819+283820+283821+283822+283823+283824+283825+283826+283827+283828+283829+283830+283831+283832+283833+283834+283835+283836+283837+283838+283839+283840+283841+283842+283843+283844+283845+283846+283847+283848+283849+283850+283851+283852+283853+283854+283855+283856+283857+283858+283859+283860+283861+283862+283863+283864+283865+283866+283867+283868+283869+283870+283871+283872+283873+283874+283875+283876+283877+283878+283879+283880+283881+283882+283883+283884+283885+283886+283887+283888+283889+283890+283891+283892+283893+283894+283895+283896+283897+283898+283899+283900+283901+283902+283903+283904+283905+283906+283907+283908+283909+283910+283911+283912+283913+283914+283915+283916+283917+283918+283919+283920+283921+283922+283923+283924+283925+283926+283927+283928+283929+283930+283931+283932+283933+283934+283935+283936+283937+283938+283939+283940+283941+283942+283943+283944+283945+283946+283947+283948+283949+283950+283951+283952+283953+283954+283955+283956+283957+283958+283959+283960+283961+283962+283963+283964+283965+283966+283967+283968+283969+283970+283971+283972+283973+283974+283975+283976+283977+283978+283979+283980+283981+283982+283983+283984+283985+283986+283987+283988+283989+283990+283991+283992+283993+283994+283995+283996+283997+283998+283999+284000?authors&parents&superparent"},"object":"objects\/sha256\/e4\/e454e1e4f8f0288542948f1de8db90612df591b5637f0e8a3fef04198d045760","record":"shard-2\/json-live-urgent-v3\/records\/0efbf1f5e53ba7daa32dbd76148ad3049b862e583801046a9de98e829d189b48.json","sha256":"e454e1e4f8f0288542948f1de8db90612df591b5637f0e8a3fef04198d045760","source":"https","stored_at":1784022393}}