{"author_link":"\/users\/gbegreg","author_name":"gbegreg","author_uid":1408263,"comments":[{"id":1123545,"author_name":"Tristam MacDonald","author_uid":"tristam-macdonald","epoch":1744018329,"text":"I like the ambition here, but I'm experiencing pretty severe input issues on the Mac (ARM) build. The keyboard input is being treated as if it's textfield entry, which means the cursor keys are triggering the system error beep, and holding down any of the letter keys pops up the accent-entry popup.","format":"md","likes":2,"spam":"N"},{"id":1123632,"author_name":"ImmortalFox","author_uid":"immortalfox","epoch":1744020855,"text":"Love the space theme, and the LD57 theme is hit as well. Great experience, but could be done better!","format":"md","likes":1,"spam":"N"},{"id":1124687,"author_name":"gbegreg","author_uid":"gbegreg","epoch":1744044791,"text":"I don't have a Mac ARM to test...\nDuring the jam, I only tested under Windows and quickly the Linux version.\nThanks for the feedback. I'll have to improve Mac support (but without a Mac to test...)","format":"md","likes":0,"spam":"N"},{"id":1133116,"author_name":"Helagos","author_uid":"helagos","epoch":1744138114,"text":"I love space games so i like it.\nIt's a simple concept but it work and it's not so easy to make in 2 days.\nGraphic are really simple but it makes the game \"cartoon\" and it works, good job overall !","format":"md","likes":1,"spam":"N"},{"id":1138650,"author_name":"LDJam user 280624","author_uid":"280624","epoch":1744210324,"text":"It's a small game, but it somehow captures the vastness of space. Great game!","format":"md","likes":1,"spam":"N"},{"id":1141504,"author_name":"baknik","author_uid":"baknik","epoch":1744253543,"text":"Nice exploration. I found the ship a bit difficult to turn (it didn't seem to want to turn right away when pressing the button). Thanks for the game!","format":"md","likes":1,"spam":"N"},{"id":1144152,"author_name":"silkworm_sweatshop","author_uid":"silkworm-sweatshop","epoch":1744319632,"text":"Woah, this is a neat little space sim. Made we want to land on planets and explore :sweat_smile: but I think it's ambitions enough as is. For fun I backed away from the solar system which ultimately gave me a bit of a surprise.   ","format":"md","likes":1,"spam":"N"},{"id":1145042,"author_name":"gbegreg","author_uid":"gbegreg","epoch":1744353609,"text":"I'm not using any game engine, only code I wrote to be as \"from scratch\" as possible. That's why there's no controller support, and I had to find a way to steer the ship. I'm aware it's not great ;)\n\nInitially, I thought I'd allow landing on planets and move on to a shooting phase a bit like \"Space Harrier\" or \"The Light Corridor,\" but it was too ambitious to do alone in 48 hours. Likewise, I didn't have time to make sounds.\n\nI wasted a little too much time managing collisions and enemy fire...","format":"md","likes":0,"spam":"N"},{"id":1147217,"author_name":"atsh","author_uid":"atsh","epoch":1744443560,"text":"Really impressive that you did it in delphi. I liked the graphics, though mixing the 2 texture styles was a little jarring, but they were both good\n\nThe game felt a little slow and clunky (e.g, aiming was not smooth, but moved on a grid), and I didn't understand why Q is left and not A (and also why you need left\/right when you can just steer with them mouse)\n\nAll in all, cool space shooter","format":"md","likes":1,"spam":"N"},{"id":1147494,"author_name":"gbegreg","author_uid":"gbegreg","epoch":1744456649,"text":"Thank you. I'm french and I developed the game with an AZERTY keyboard ;)","format":"md","likes":0,"spam":"N"},{"id":1150668,"author_name":"Eugenik","author_uid":"eugenik","epoch":1744607210,"text":"Astounding!!!.\n","format":"md","likes":1,"spam":"N"},{"id":1151115,"author_name":"LittleGamer","author_uid":"littlegamer","epoch":1744638112,"text":"Impressing on a technical stand point and relatively fun at the begining. However the game gets boring when you have to find the last ships ; it's too hard to spot them in such a big space without any information. Still liked this entry !\n","format":"md","likes":1,"spam":"N"},{"id":1151960,"author_name":"INCD021","author_uid":"incd021","epoch":1744713266,"text":"I wasn't able to kill any of the enemies as I wasn't able to fire while orienting the ship with the mouse. :(\nI don't know if your keyboard layout is different from qwerty, but found it really hard to figure out the controls.\nLinux build was appreciated :thumbsup:","format":"md","likes":1,"spam":"N"},{"id":1152204,"author_name":"gbegreg","author_uid":"gbegreg","epoch":1744734508,"text":"Yes, I use an Azerty keyboard.\nNormally, you can use the arrow keys or Z, A, S, D, and the space bar to shoot. You can use the mouse by clicking on the gray circle, holding down the keys, and moving the mouse slightly to orient yourself (and direct the shots).","format":"md","likes":0,"spam":"N"},{"id":1152462,"author_name":"gdman","author_uid":"gdman","epoch":1744753086,"text":"This is very cool idea for a game! Reminds me old DOS game Netwars.\n\nAt first I was frustrated with controls, but then my retro-airsim experience kicked in. I set comfortable 15 speed and aimed with careful mouse movement.\n\nThen, I don't know, either I picked some power up, or game glitched after several restarts, but my shield was invincible, and I was able to beat game. Sorry if that's cheating, but it was still hard! But not impossible-hard as if I'd need to evade enemy fire.\n (I know only about purple box giving ammo, and that's good there are plenty of them, I waste too many missing targets)\n![space.gif](\/\/\/raw\/24e\/f3\/z\/6c3b9.gif)\n\nCongrats on writing all from scratch and in Lazarus!\nNow if I may advice. There is always question what to reuse. Actually LD rules don't forbit reusing simple code like controllers. \n\nRegarding AZERTY. It seems Lazarus has limitation and don't support detecting layout (Or something like MapVirtualKey into physical). May be you could add selection like in old games, where player chooses between QWERTY\/AZERTY\/QWERTZ. \n\nAnother thing is to add some smoothing to mouse. I forget about this myself everytime. But adding smoothing is usually couple lines of code, either lerp or ease-in ease-out or interpolation of some kind.\n\nWhat would be great addition to game is some kind of radar or arrows pointing off screen. \n\nGood luck! I've enjoyed your game!","format":"md","likes":1,"spam":"N"},{"id":1156130,"author_name":"Itskdog","author_uid":"itskdog","epoch":1745334828,"text":"I'm impressed with the 3d space game. I do think the controls are a little odd. I'm not sure why the mouse wasn't used for aiming your ship. But, I did have have flying.","format":"md","likes":1,"spam":"N"},{"id":1156253,"author_name":"gbegreg","author_uid":"gbegreg","epoch":1745350892,"text":"Thank you for playing ;)\nI don't use a game engine. This is only code that I made myself in 48 hours (no third-party dependencies). I also made the graphics (and I'm not a graphic designer). I didn't have time to make sounds. I tried to respect the constraints of the composition as best as possible: alone and as much from scratch as possible.","format":"md","likes":1,"spam":"N"}],"format":"md","images":["ld57\/wayback-placeholder.png"],"links":[{"url":"https:\/\/github.com\/gbegreg\/SSDE","text":"Source code"},{"url":"https:\/\/www.gbesoft.fr\/LD57\/SSDE_win64.zip","text":"Link"},{"url":"https:\/\/www.gbesoft.fr\/LD57\/SSDE_linux.zip","text":"Link"},{"url":"https:\/\/www.gbesoft.fr\/LD57\/SSDE.macintel.zip","text":"Apple Mac OS (Intel)"},{"url":"https:\/\/www.gbesoft.fr\/LD57\/SSDE.macarm.zip","text":"Apple Mac OS (ARM)"}],"metadata":{"g_key":"96863","g_author":"1408263","g_event":"LD57","g_eventkey":"111","g_subevent":"COMPO","g_urlkey":"448328","g_title":"In Solar system depths","g_status":"WAYBACK","g_place":"254","g_commentcount":"17","g_site2_node_id":"408264","g_hide":"N","g_has_icon":"Y","g_rqueue":"0","g_random":"0"},"nds":{"n_key":"408264","n_urlkey":"448328","n_parent":"406845","n_path":"\/events\/ludum-dare\/57\/in-solar-system-depths","n_slug":"in-solar-system-depths","n_type":"item","n_subtype":"game","n_subsubtype":"compo","n_author":"408263","n_created":"1743350827","n_modified":"1779667866","n_version":"1290520","n_status":"WAYBACK"},"node":{"_collation":{"body_sanitizer":"TextUtils::SanitizeHTML via existing importer","event":"LD57","removed_author":false},"_superparent":9,"_trust":1,"author":408263,"body":"I'm going on a journey to the depths of the solar system.\nYou can explore this solar system in 3D. As you approach a planet, you can fly over it and explore it in depth!\n\nI'm developing everything myself using Delphi and my opensource GBE3D components.\nhttps:\/\/youtu.be\/sZ9Cu5O6NM4","comments":17,"comments-timestamp":"2025-04-22T19:41:32Z","created":"2025-03-30T16:07:07Z","files":[{"author":408263,"id":37506,"name":"SSDE_win64.zip","node":408264,"size":11780377,"status":0,"tag":0,"timestamp":"2025-04-06T16:08:24Z"},{"author":408263,"id":37699,"name":"SSDE_win64.zip","node":408264,"size":26841854,"status":9,"tag":0,"timestamp":"2025-04-06T20:04:11Z"}],"files-timestamp":"2025-04-06T20:04:11Z","grade":{"grade-01":26,"grade-02":26,"grade-03":27,"grade-04":26,"grade-05":27,"grade-06":1,"grade-07":25,"grade-08":25},"id":408264,"love":0,"magic":{"cool":103.37172865786,"feedback":22,"given":23.375,"grade":26.142857142857,"grade-01-average":3,"grade-01-result":254,"grade-02-average":2.667,"grade-02-result":271,"grade-03-average":3.06,"grade-03-result":199,"grade-04-average":3.25,"grade-04-result":208,"grade-05-average":3.12,"grade-05-result":218,"grade-07-average":2.217,"grade-07-result":218,"grade-08-average":2.957,"grade-08-result":237,"smart":-1.2138008792259},"meta":{"author":[408263],"cover":"\/\/\/content\/7ca\/36\/z\/697f4.png","grade-06-out":"1","link-01":"https:\/\/github.com\/gbegreg\/SSDE","link-01-name":"Source code","link-01-tag":[42332],"link-02":"https:\/\/www.gbesoft.fr\/LD57\/SSDE_win64.zip","link-02-tag":[42337],"link-03":"https:\/\/www.gbesoft.fr\/LD57\/SSDE_linux.zip","link-03-tag":[42341],"link-04":"https:\/\/www.gbesoft.fr\/LD57\/SSDE.macintel.zip","link-04-name":"Apple Mac OS (Intel)","link-04-tag":[42339],"link-05":"https:\/\/www.gbesoft.fr\/LD57\/SSDE.macarm.zip","link-05-name":"Apple Mac OS (ARM)","link-05-tag":[42339]},"meta-timestamp":"2026-05-25T00:11:06Z","modified":"2026-05-25T00:11:06Z","name":"In Solar system depths","node-timestamp":"2025-04-06T20:33:10Z","parent":406845,"parents":[1,5,9,406845],"path":"\/events\/ludum-dare\/57\/in-solar-system-depths","published":"2025-04-05T05:35:39Z","scope":"public","slug":"in-solar-system-depths","subsubtype":"compo","subtype":"game","type":"item","version":1290520},"text":"I'm going on a journey to the depths of the solar system.\nYou can explore this solar system in 3D. As you approach a planet, you can fly over it and explore it in depth!\n\nI'm developing everything myself using Delphi and my opensource GBE3D components.\nhttps:\/\/youtu.be\/sZ9Cu5O6NM4","title":"In Solar system depths","wayback_recovered":true,"wayback_source":{"capture":{"original":"https:\/\/api-jam.ludumdare.com\/vx\/node2\/get\/408001+408002+408003+408004+408005+408006+408007+408008+408009+408010+408011+408012+408013+408014+408015+408016+408017+408018+408019+408020+408021+408022+408023+408024+408025+408026+408027+408028+408029+408030+408031+408032+408033+408034+408035+408036+408037+408038+408039+408040+408041+408042+408043+408044+408045+408046+408047+408048+408049+408050+408051+408052+408053+408054+408055+408056+408057+408058+408059+408060+408061+408062+408063+408064+408065+408066+408067+408068+408069+408070+408071+408072+408073+408074+408075+408076+408077+408078+408079+408080+408081+408082+408083+408084+408085+408086+408087+408088+408089+408090+408091+408092+408093+408094+408095+408096+408097+408098+408099+408100+408101+408102+408103+408104+408105+408106+408107+408108+408109+408110+408111+408112+408113+408114+408115+408116+408117+408118+408119+408120+408121+408122+408123+408124+408125+408126+408127+408128+408129+408130+408131+408132+408133+408134+408135+408136+408137+408138+408139+408140+408141+408142+408143+408144+408145+408146+408147+408148+408149+408150+408151+408152+408153+408154+408155+408156+408157+408158+408159+408160+408161+408162+408163+408164+408165+408166+408167+408168+408169+408170+408171+408172+408173+408174+408175+408176+408177+408178+408179+408180+408181+408182+408183+408184+408185+408186+408187+408188+408189+408190+408191+408192+408193+408194+408195+408196+408197+408198+408199+408200+408201+408202+408203+408204+408205+408206+408207+408208+408209+408210+408211+408212+408213+408214+408215+408216+408217+408218+408219+408220+408221+408222+408223+408224+408225+408226+408227+408228+408229+408230+408231+408232+408233+408234+408235+408236+408237+408238+408239+408240+408241+408242+408243+408244+408245+408246+408247+408248+408249+408250+408251+408252+408253+408254+408255+408256+408257+408258+408259+408260+408261+408262+408263+408264+408265+408266+408267+408268+408269+408270+408271+408272+408273+408274+408275+408276+408277+408278+408279+408280+408281+408282+408283+408284+408285+408286+408287+408288+408289+408290+408291+408292+408293+408294+408295+408296+408297+408298+408299+408300+408301+408302+408303+408304+408305+408306+408307+408308+408309+408310+408311+408312+408313+408314+408315+408316+408317+408318+408319+408320+408321+408322+408323+408324+408325+408326+408327+408328+408329+408330+408331+408332+408333+408334+408335+408336+408337+408338+408339+408340+408341+408342+408343+408344+408345+408346+408347+408348+408349+408350+408351+408352+408353+408354+408355+408356+408357+408358+408359+408360+408361+408362+408363+408364+408365+408366+408367+408368+408369+408370+408371+408372+408373+408374+408375+408376+408377+408378+408379+408380+408381+408382+408383+408384+408385+408386+408387+408388+408389+408390+408391+408392+408393+408394+408395+408396+408397+408398+408399+408400+408401+408402+408403+408404+408405+408406+408407+408408+408409+408410+408411+408412+408413+408414+408415+408416+408417+408418+408419+408420+408421+408422+408423+408424+408425+408426+408427+408428+408429+408430+408431+408432+408433+408434+408435+408436+408437+408438+408439+408440+408441+408442+408443+408444+408445+408446+408447+408448+408449+408450+408451+408452+408453+408454+408455+408456+408457+408458+408459+408460+408461+408462+408463+408464+408465+408466+408467+408468+408469+408470+408471+408472+408473+408474+408475+408476+408477+408478+408479+408480+408481+408482+408483+408484+408485+408486+408487+408488+408489+408490+408491+408492+408493+408494+408495+408496+408497+408498+408499+408500?authors&parents&superparent"},"object":"objects\/sha256\/54\/5492414629c90c3c7e6e17ce489f60e1dfdaa81e7b35d18b9ef9840a3239cc2f","record":"shard-0\/json-live-urgent-v3\/records\/27b39c5f13ac84c4d48a5e6d51e09c61842503df3df652abec39ef64f5db8436.json","sha256":"5492414629c90c3c7e6e17ce489f60e1dfdaa81e7b35d18b9ef9840a3239cc2f","source":"https","stored_at":1784022522}}