{"author_link":"\/users\/bonedaddy","author_name":"bonedaddy","author_uid":1429383,"comments":[{"id":1190973,"author_name":"nathmate","author_uid":"nathmate","epoch":1776669591,"text":"that isn't how I remembered the ending of James and the Giant Peach.","format":"md","likes":2,"spam":"N"},{"id":1191331,"author_name":"beareye","author_uid":"beareye","epoch":1776685054,"text":"it reminds me of old sega games and it's cool. everytime i'm inside a sun, i get disoriented and don't know where to go, so signal is really helpful. Therefore, good take on theme. Nice one!","format":"md","likes":3,"spam":"N"},{"id":1191334,"author_name":"LDJam user 297990","author_uid":"297990","epoch":1776685110,"text":"Very cool idea and mechanic!","format":"md","likes":1,"spam":"N"},{"id":1191381,"author_name":"CaptainDreamcast","author_uid":"captaindreamcast","epoch":1776687003,"text":"Rest in peace star, I made it out before the implosion though, I lived! \n\nVery fun exploration game! By the end of it, my solar dissipation beam made the sun look like swiss cheese. It's just fun terraforming the environment like that, heh. Backtracking to new objectives through the tunnels, digging new ones, listening to the audio cues for the target. Really a fun hunt with a fun digging mechanic. Great job on the game design here! Loved the audio as well, there was something about the sfx and the background noise that just draws you in, I think it really built that sci-fi space exploration mood. Great job on this game, very well done!","format":"md","likes":2,"spam":"N"},{"id":1192623,"author_name":"japes","author_uid":"japes","epoch":1776711697,"text":"love the intro and story in general, you are obviously a fan of dark sci fi :)\n\ntook me a while to figure out what i was supposed to be doing - at first i thought i was shooting some kind of detection indicator on to the surface of the planet.  Only after I started moving around did I realise I was boring tunnels into the 3d shape.\n\nBut once I realised that it was a cool and unique puzzle trying to track down the signal somewhere in this solid object.\n\nI would maybe make the \"signal\" number get HIGHER as you get closer to the target.  That would be more intuitive.  Or otherwise label it \"distance to signal\".\n\ncreative idea, well done","format":"md","likes":2,"spam":"N"},{"id":1193334,"author_name":"William Corrin","author_uid":"william-corrin","epoch":1776725483,"text":"Took me a bit to figure it out, but once I did I had a lot of fun! I'm super interested in whatever technique you used to construct the mesh of the sun. Marching cubes? I'm very impressed by that system, nice work.\n\n![ss_c.png](\/\/\/raw\/341\/91\/z\/711e7.png)\n\nSome kind of ambient soundtrack would have been killer to listen to while exploring the odd Sun-Mesh though, and a few of the SFX I would have liked to be more pleasing to the ears.\n\nProgramming\/design\/theme wise I think you nailed the mark though its such a fun concept! Great job.","format":"md","likes":1,"spam":"N"},{"id":1193657,"author_name":"bonedaddy","author_uid":"bonedaddy","epoch":1776732752,"text":"@william-corrin I actually just used Godot's CSG combiner node with a few cylinders set to subtract! It worked surprisingly well (a bit of lag as the beam bores through the sun, which is kind of why I have you wait so long between shots (and you only get 5 holes at a time, not sure anyone will notice unless looking, I don't even notice it))\n\nIf you're into Godot, the source is there if you want to take a look (the code is really messy mind you). InsideASun\/Sun is the CSGCombiner with PlayerBeam1-5 being the beams","format":"md","likes":2,"spam":"N"},{"id":1197697,"author_name":"Alex Mulkerrin","author_uid":"alex-mulkerrin","epoch":1776778874,"text":"The sun boring mechanic was very unique and well done. I've never come across a game with a proximity detector in 3D so the extra dimension added a fun twist to triangulating it. Interesting story, I wonder why humans are so determined not to interact with aliens, seems a shame. It was amusing how close to the surface the stars core was for me. The looping sound effect was a bit weird but all in all a great entry :)","format":"md","likes":1,"spam":"N"},{"id":1198735,"author_name":"Helagos","author_uid":"helagos","epoch":1776786292,"text":"The concept is simple but the \"destruction\" mechanic made it very fun. The audio is \"strange\" but i liked it.\nGrood job !","format":"md","likes":1,"spam":"N"},{"id":1200067,"author_name":"DzejPi","author_uid":"dzejpi","epoch":1776796003,"text":"Had a lot of fun with this one! Very unique mechanics. Reminded me of Acerola's video about recreating the smoke effect from CS which you can shoot bullets through, which creates holes in the smoke, so, I couldn't help but wonder how much of a pain this was to implement, haha. \n\nAs mentioned by other, it would be nice to have more sounds and music, but it's always a big challenge with compo. Though if you make space games in the future, then I can recommend checking Kairatune out, it's free and possible to stitch something together in like 20-30 minutes.\n\nAnyway, very good entry, loved it!","format":"md","likes":1,"spam":"N"},{"id":1200137,"author_name":"baknik","author_uid":"baknik","epoch":1776796556,"text":"Finished it! Cool concept.","format":"md","likes":1,"spam":"N"},{"id":1200338,"author_name":"henk","author_uid":"henk","epoch":1776798104,"text":"\"The prime directive says no contacting aliens, which I interpret to mean killing any I find.\"  Unfortunate, indeed...\n\nOn my first playthrough I somehow bugged out the beam meter, which forced me to restart the game.  I can't make it happen again, so I'm not quite sure what I did.\n\n> I actually just used Godot\u2019s CSG combiner node with a few cylinders set to subtract!\n\nWhat a strange feature to have in a game engine.  The Godot documentation is plastered with warnings not to use it for anything, which makes me wonder why they went to all the trouble to implement it in the first place...","format":"md","likes":1,"spam":"N"},{"id":1200349,"author_name":"Rafa Fiedo","author_uid":"rafa-fiedo","epoch":1776798185,"text":"wow, I got really into the story!\nGreat!\nLiked the idea of using the signal.\nAlso working on 3D space gives some freedom. Congratulations!\n\n![2026-04-21_20-58_1.jpg](\/\/\/raw\/b4b\/86\/z\/721a3.jpg)\n","format":"md","likes":1,"spam":"N"},{"id":1200667,"author_name":"bonedaddy","author_uid":"bonedaddy","epoch":1776800745,"text":"@henk There was a bug I found where if you clicked when it was near empty it'd bug out (probably from relying too heavily on tweens for logic...), I kind of made a work around to ignore it but I wouldn't be surprised if it's still there and that's what you ran into. Really sorry about that. For the prime directive I'd like to explore that a bit more, it's an interesting concept to me (survival in space requiring no contact with aliens and any detection meaning eradication, which seems logical but is so inhumane, I think there's ways to explore the idea with accepting adaptation and change). \n\nI definitely pushed the CSG usage to the limits, it's a jam so why not. I think their main intention is for quickly prototyping things and then not changing the geometry at runtime (which I abuse :D)","format":"md","likes":1,"spam":"N"},{"id":1200798,"author_name":"henk","author_uid":"henk","epoch":1776801726,"text":"> I think their main intention is for quickly prototyping things\n\nYeah, that's what the docs say, but I'm not sure I believe them.  Making a CSG engine is a lot of effort to go through just so devs can avoid opening Blender sometimes.","format":"md","likes":1,"spam":"N"},{"id":1201973,"author_name":"SteveOfStevesGames","author_uid":"steveofstevesgames","epoch":1776812188,"text":"cool game, i found the core then died in an explosion.","format":"md","likes":1,"spam":"N"},{"id":1202889,"author_name":"Isaac Hisey","author_uid":"isaac-hisey","epoch":1776827111,"text":"Bit of a bug for me; the sensitivity of the mouse look was at like a million! every tiny movement would sent my view spiraling all over. I did manage to beat it still though. Really cool dynamic destruction! ","format":"md","likes":1,"spam":"N"},{"id":1204069,"author_name":"bonedaddy","author_uid":"bonedaddy","epoch":1776850627,"text":"@isaac-hisey Sorry about that, I hardcoded the sensitivity. I was a bit worried that would happen for people. Next time I'll put more effort in to add a sensitivity option (or if anyone has suggestions on how to automatically adjust it that might be better)","format":"md","likes":0,"spam":"N"},{"id":1205475,"author_name":"gdman","author_uid":"gdman","epoch":1776870230,"text":"At start, I wasn't expecting game with such deep plot! Well done, nice usage of CSG. After me beaming it, sun was resembling more of swiss cheese. Good luck!","format":"md","likes":1,"spam":"N"},{"id":1205877,"author_name":"spooooodermon","author_uid":"spooooodermon","epoch":1776875404,"text":"I really like the idea here! Its a very unique take on it and I had fun just destroying the sun!","format":"md","likes":1,"spam":"N"},{"id":1207581,"author_name":"NE-Aquilon","author_uid":"ne-aquilon","epoch":1776896943,"text":"Very strange game, honestly. But I liked the narrative part. Also, there is a bug, when you collect the signal origin, but then you can touch this place second time and it'll trigger the dialog script again.","format":"md","likes":1,"spam":"N"},{"id":1207833,"author_name":"kr4ft3r","author_uid":"kr4ft3r","epoch":1776902410,"text":"This entry found me while in the right mood for a trippy yet simple game, great job. I imagine the sphere deformation wasn't too hard to implement for you, yet you have managed to base the entire gameplay on it with much success.","format":"md","likes":1,"spam":"N"},{"id":1208442,"author_name":"Avhatar","author_uid":"avhatar","epoch":1776928321,"text":"I turned the star into Swiss cheese =)  \nConceptually it works overall, I got into it. Punching holes in a star is fun in and of itself.  \n![Screenshot_12.png](\/\/\/raw\/6fc\/d1\/z\/726b8.png)","format":"md","likes":1,"spam":"N"},{"id":1210163,"author_name":"FrowsyFrog","author_uid":"frowsyfrog","epoch":1776967019,"text":"At times I lost my sense of direction and didn\u2019t know if I was going forward, backward, up, or down XD. Although I guess that doesn\u2019t really exist in space, it did make it a bit harder to reach the end. Overall, good job!","format":"md","likes":1,"spam":"N"},{"id":1210445,"author_name":"FlameSeer","author_uid":"flameseer","epoch":1776972710,"text":"I am very confused by all of that story but there's some pretty cool tech going on there and I had fun! Would be curious to see what else you can do with that!","format":"md","likes":1,"spam":"N"},{"id":1213890,"author_name":"JerryWest","author_uid":"jerrywest","epoch":1777107729,"text":"Ordinary people only dare to imagine exploring inside the moon. Exploring inside the sun by penetrating through it, what an astonishing imagination! This idea is very cool. Does it seem to be inspired by outer wilds? What surprises me the most is that the sun doesn't look very big from the outside, but when exploring inside, it feels very large. How is that made? However, during the exploration process, the camera perspective often jumps suddenly, making the exploration not confortable. This is the only relatively obvious obstacle.","format":"md","likes":1,"spam":"N"},{"id":1214289,"author_name":"RenD","author_uid":"rend","epoch":1777121764,"text":"That's a interesting short experience. I like that you took the time to have a proper intro and the writing has a new cryptic tone, it gives a unique mood. The mechanic works pretty well and it feels satisfying to dig into the sun. That could have been interesting to show all the holes and tunnels we dug right before the explosion.","format":"md","likes":1,"spam":"N"},{"id":1214655,"author_name":"Shernik","author_uid":"shernik","epoch":1777137617,"text":"It's an unusual game, but it can be too difficult to navigate in space.","format":"md","likes":1,"spam":"N"},{"id":1215054,"author_name":"auxiliarymoose","author_uid":"auxiliarymoose","epoch":1777153257,"text":"Neat concept! Thanks for sharing your game. I enjoyed that there was a mix of story and player-driven action. I think some ambient music would really elevate the feeling, and finding some way to make the text & signal readout more diegetic could go a long way towards immersion. Having animations in the objects made the world feel more alive. A pro tip for textures, including a skybox...there are lots of things you can photograph during the compo & then edit (just by recoloring & fiddling with light\/contrast\/etc.) that can add to the graphics. For example, I took pictures of trees with lights in them, then pushed up the contrast so the lights looked like stars, and composed a skybox by placing a number of scaled & rotated copies of these \"star\" images.","format":"md","likes":1,"spam":"N"},{"id":1216961,"author_name":"Ismael Rodriguez","author_uid":"ismael-rodriguez","epoch":1777262331,"text":"My game also lets players \"explore\" the sun, so I was attracted to this :smile: \n\nThe tech of being able to dig into the sun is impressive. As others have mentioned, its a bit difficult to orient and explore with everything looking the same - some texture or a type of compass might have helped. I pushed through and imploded the star! Great job!","format":"md","likes":1,"spam":"N"},{"id":1219110,"author_name":"saz57","author_uid":"saz57","epoch":1777474083,"text":"Interesting, unusual conception of game.\n","format":"md","likes":1,"spam":"N"},{"id":1220236,"author_name":"qmdev","author_uid":"qmdev","epoch":1777655753,"text":"The idea is cool. I liked the destructiveness in the game","format":"md","likes":1,"spam":"N"},{"id":1220674,"author_name":"ZMiner","author_uid":"zminer","epoch":1777729458,"text":"Awesome game! I was really careful at first, worried I\u2019d burn up if I hit the sun, but when I realized it was harmless, I started digging everywhere recklessly.\nEven though I eventually lost signal in the final explosion, haha\n","format":"md","likes":1,"spam":"N"},{"id":1222843,"author_name":"LDJam user 352490","author_uid":"352490","epoch":1778043369,"text":"This was a crazy experience. I played through it a second time just to dig more tunnels through the sun (and see if I could escape the implosion at the end, not sure if that's possible). Kind of my favorite sort of jam game, just something experimental and unpolished, but with cool ideas and an interesting vibe.","format":"md","likes":1,"spam":"N"},{"id":1223182,"author_name":"bonedaddy","author_uid":"bonedaddy","epoch":1778095258,"text":"@sudocoffee Thank a ton for that comment! Really means a lot (and I feel the same way about the jam games I played during this LDJam, my favourite games were experimental and unpolished and this jam kind of reignited my passion for indie games). There is in fact no way to escape the implosion in the game, although if people interpret that they did who am I to deny that :D","format":"md","likes":1,"spam":"N"},{"id":1224209,"author_name":"zhangzhimu","author_uid":"zhangzhimu","epoch":1778234271,"text":"I like this method of transmitting signals using the sun. I think it's very creative. The sound effects are also very well-suited, making me feel very excited and enjoyable during the exploration process. The game concept is excellent. I think it's very difficult to achieve this level of quality in such a short time.","format":"md","likes":2,"spam":"N"}],"format":"md","images":["ld59\/wayback-placeholder.png"],"links":[],"metadata":{"g_key":"73393","g_author":"1429383","g_event":"LD59","g_eventkey":"113","g_subevent":"COMPO","g_urlkey":"310917","g_title":"Inside a Sun","g_status":"WAYBACK","g_place":"192","g_commentcount":"36","g_site2_node_id":"429384","g_hide":"Y","g_has_icon":"Y","g_rqueue":"0","g_random":"0"},"nds":{"n_key":"429384","n_urlkey":"310917","n_parent":"424249","n_path":"\/events\/ludum-dare\/59\/inside-a-sun","n_slug":"inside-a-sun","n_type":"item","n_subtype":"game","n_subsubtype":"compo","n_author":"429383","n_created":"1776571653","n_modified":"1778780573","n_version":"1354226","n_status":"WAYBACK"},"node":{"_collation":{"body_sanitizer":"TextUtils::SanitizeHTML via existing importer","event":"LD59","removed_author":false},"_superparent":9,"_trust":1,"author":429383,"body":"A strong signal emanates from a far away sun. Enter the sun using your Solar Dissipation Beam to clear your path forward. Find the source of the signal and ensure humanity's prosperity.\n\n\nCONTROLS:\nWASD - Move left, right, back and forward\n\nQ&E - Move down and up\n\nMouse - Look\n\nLeft Mouse Button - Hold to charge shot. Fire when it's past the MIN line\n\n\n\nWindows does play better on my machine. Web is acceptable on my machine, but if you are having trouble with lag then the Windows build should run better.\n\nNOTE: Only included a Windows build. There is Godot 4.6 source code available (it got pretty hacky in there, please don't judge! It's a jam afterall :D","comments":36,"comments-timestamp":"2026-05-08T09:57:51Z","created":"2026-04-19T04:07:33Z","files":[{"author":429383,"id":47072,"name":"$$embed-47072.zip","node":429384,"size":12656669,"status":64,"tag":0,"timestamp":"2026-04-19T23:48:03Z"},{"author":429383,"id":47073,"name":"$$embed-47073.zip","node":429384,"size":39382579,"status":64,"tag":0,"timestamp":"2026-04-19T23:48:20Z"},{"author":429383,"id":47077,"name":"$$embed-47077.zip","node":429384,"size":12656669,"status":64,"tag":0,"timestamp":"2026-04-19T23:49:11Z"},{"author":429383,"id":47078,"name":"Inside_a_Sun.zip","node":429384,"size":39382579,"status":9,"tag":0,"timestamp":"2026-04-19T23:49:26Z"},{"author":429383,"id":47086,"name":"inside_a_sun_SOURCE.zip","node":429384,"size":10608333,"status":9,"tag":0,"timestamp":"2026-04-19T23:51:40Z"},{"author":429383,"id":47092,"name":"$$embed-47092.zip","node":429384,"size":12656669,"status":73,"tag":0,"timestamp":"2026-04-19T23:53:18Z"},{"author":429383,"id":47095,"name":"$$embed-47095.zip","node":429384,"size":12656669,"status":73,"tag":0,"timestamp":"2026-04-19T23:53:57Z"}],"files-timestamp":"2026-04-19T23:53:57Z","grade":{"grade-01":39,"grade-02":39,"grade-03":39,"grade-04":38,"grade-05":39,"grade-06":38,"grade-07":35,"grade-08":39},"id":429384,"love":0,"magic":{"cool":106.65757791256,"feedback":53,"given":42.375,"grade":38.25,"grade-01-average":3.284,"grade-01-result":192,"grade-02-average":3.189,"grade-02-result":175,"grade-03-average":3.703,"grade-03-result":72,"grade-04-average":3.875,"grade-04-result":115,"grade-05-average":3.108,"grade-05-result":216,"grade-06-average":2.611,"grade-06-result":216,"grade-07-average":2.515,"grade-07-result":145,"grade-08-average":3.446,"grade-08-result":151,"smart":0.30257255228334},"meta":{"allow-anonymous-comments":"1","author":[429383],"cover":"\/\/\/content\/74d\/86\/z\/704c7.png","link-01-tag":[50]},"meta-timestamp":"2026-05-14T17:42:53Z","modified":"2026-05-14T17:42:53Z","name":"Inside a Sun","node-timestamp":"2026-04-19T23:59:31Z","parent":424249,"parents":[1,5,9,424249],"path":"\/events\/ludum-dare\/59\/inside-a-sun","published":"2026-04-19T23:59:31Z","scope":"public","slug":"inside-a-sun","subsubtype":"compo","subtype":"game","type":"item","version":1354226},"text":"A strong signal emanates from a far away sun. Enter the sun using your Solar Dissipation Beam to clear your path forward. Find the source of the signal and ensure humanity's prosperity.\n\n\nCONTROLS:\nWASD - Move left, right, back and forward\n\nQ&E - Move down and up\n\nMouse - Look\n\nLeft Mouse Button - Hold to charge shot. Fire when it's past the MIN line\n\n\n\nWindows does play better on my machine. Web is acceptable on my machine, but if you are having trouble with lag then the Windows build should run better.\n\nNOTE: Only included a Windows build. There is Godot 4.6 source code available (it got pretty hacky in there, please don't judge! It's a jam afterall :D","title":"Inside a Sun","wayback_recovered":true,"wayback_source":{"capture":{"original":"https:\/\/api-jam.ludumdare.com\/vx\/node2\/get\/429001+429002+429003+429004+429005+429006+429007+429008+429009+429010+429011+429012+429013+429014+429015+429016+429017+429018+429019+429020+429021+429022+429023+429024+429025+429026+429027+429028+429029+429030+429031+429032+429033+429034+429035+429036+429037+429038+429039+429040+429041+429042+429043+429044+429045+429046+429047+429048+429049+429050+429051+429052+429053+429054+429055+429056+429057+429058+429059+429060+429061+429062+429063+429064+429065+429066+429067+429068+429069+429070+429071+429072+429073+429074+429075+429076+429077+429078+429079+429080+429081+429082+429083+429084+429085+429086+429087+429088+429089+429090+429091+429092+429093+429094+429095+429096+429097+429098+429099+429100+429101+429102+429103+429104+429105+429106+429107+429108+429109+429110+429111+429112+429113+429114+429115+429116+429117+429118+429119+429120+429121+429122+429123+429124+429125+429126+429127+429128+429129+429130+429131+429132+429133+429134+429135+429136+429137+429138+429139+429140+429141+429142+429143+429144+429145+429146+429147+429148+429149+429150+429151+429152+429153+429154+429155+429156+429157+429158+429159+429160+429161+429162+429163+429164+429165+429166+429167+429168+429169+429170+429171+429172+429173+429174+429175+429176+429177+429178+429179+429180+429181+429182+429183+429184+429185+429186+429187+429188+429189+429190+429191+429192+429193+429194+429195+429196+429197+429198+429199+429200+429201+429202+429203+429204+429205+429206+429207+429208+429209+429210+429211+429212+429213+429214+429215+429216+429217+429218+429219+429220+429221+429222+429223+429224+429225+429226+429227+429228+429229+429230+429231+429232+429233+429234+429235+429236+429237+429238+429239+429240+429241+429242+429243+429244+429245+429246+429247+429248+429249+429250+429251+429252+429253+429254+429255+429256+429257+429258+429259+429260+429261+429262+429263+429264+429265+429266+429267+429268+429269+429270+429271+429272+429273+429274+429275+429276+429277+429278+429279+429280+429281+429282+429283+429284+429285+429286+429287+429288+429289+429290+429291+429292+429293+429294+429295+429296+429297+429298+429299+429300+429301+429302+429303+429304+429305+429306+429307+429308+429309+429310+429311+429312+429313+429314+429315+429316+429317+429318+429319+429320+429321+429322+429323+429324+429325+429326+429327+429328+429329+429330+429331+429332+429333+429334+429335+429336+429337+429338+429339+429340+429341+429342+429343+429344+429345+429346+429347+429348+429349+429350+429351+429352+429353+429354+429355+429356+429357+429358+429359+429360+429361+429362+429363+429364+429365+429366+429367+429368+429369+429370+429371+429372+429373+429374+429375+429376+429377+429378+429379+429380+429381+429382+429383+429384+429385+429386+429387+429388+429389+429390+429391+429392+429393+429394+429395+429396+429397+429398+429399+429400+429401+429402+429403+429404+429405+429406+429407+429408+429409+429410+429411+429412+429413+429414+429415+429416+429417+429418+429419+429420+429421+429422+429423+429424+429425+429426+429427+429428+429429+429430+429431+429432+429433+429434+429435+429436+429437+429438+429439+429440+429441+429442+429443+429444+429445+429446+429447+429448+429449+429450+429451+429452+429453+429454+429455+429456+429457+429458+429459+429460+429461+429462+429463+429464+429465+429466+429467+429468+429469+429470+429471+429472+429473+429474+429475+429476+429477+429478+429479+429480+429481+429482+429483+429484+429485+429486+429487+429488+429489+429490+429491+429492+429493+429494+429495+429496+429497+429498+429499+429500?authors&parents&superparent"},"object":"objects\/sha256\/e2\/e2242a7d8408ff1c54feebc71a423fcafbf85a70a5e0ed1209164135ce5fcdfe","record":"shard-2\/json-live-urgent-v3\/records\/a149866bafadb28ad0611980d4f585041defa4c85ac725ac7d2819bcae04f5ab.json","sha256":"e2242a7d8408ff1c54feebc71a423fcafbf85a70a5e0ed1209164135ce5fcdfe","source":"https","stored_at":1784022552}}