{"author_link":"\/users\/adam-selker","author_name":"Adam Selker","author_uid":1249467,"comments":[{"id":621062,"author_name":"SciDev","author_uid":"scidev","epoch":1619402690,"text":"As a programmer, I enjoy these sorts of things, I would not have thought of deep as in deep down in the software, nice idea. This is a very clever game and probably the only python entry I have ever seen in ludum dare before. Nice job!","format":"md","likes":1,"spam":"N"},{"id":626968,"author_name":"Tezza48","author_uid":"tezza48","epoch":1619448670,"text":"It's super risky making a programming game. You did it anyway and it's great!\n\nI'm gonna be diving into the rest of the levels for sure! Though i might need my ortho keyboard that's got arrow keys instead of the 60% i'm on right now!\n\nOOps, just got rid of that solution screenshot, realize it's not good to share the answer.\n\nI managed to get down from 67 ops to 45 :D","format":"md","likes":3,"spam":"N"},{"id":628111,"author_name":"Gorialis","author_uid":"gorialis","epoch":1619454883,"text":"Very interesting. I hadn't even considered command line games for Ludum Dare submissions before this, but this plays excellently. It has a SHENZHEN I\/O-kinda vibe to it, and some intriguing challenges.","format":"md","likes":1,"spam":"N"},{"id":637300,"author_name":"Lighty_the_Light","author_uid":"lighty-the-light","epoch":1619496219,"text":"Pretty hard for non-programmers to understand.\nBut I'm a programmer so I just love it!\nA inspiring idea of the theme 'deeper and deeper'.\nGood work.","format":"md","likes":1,"spam":"N"},{"id":639173,"author_name":"Greg the Egg","author_uid":"greg-the-egg","epoch":1619508344,"text":"This brings me back to middle school. Classmate made an even\/odd function that was 10,000 lines of if statements\n\n![Smart.png](\/\/\/raw\/df6\/d2\/z\/40535.png)\n\nCreating a programming language for a game jam is pretty sweet. I love the TIS80 and Shenzhen I\/O style puzzle games.\n\nThe experience on Windows is pretty rough, lots of stuttering. A proper Windows release would be sweet, and hopefully get more people would try this game, because it's pretty cool!","format":"md","likes":4,"spam":"N"},{"id":640241,"author_name":"Sirfist19","author_uid":"sirfist19","epoch":1619513349,"text":"I really want to play this game cause I'm currently taking a class in low level CS stuff including assembly language. But I can't figure out how to download the game on Windows. I downloaded Python 3 and Blessed, but where do I type the \"python3 game.py\" command?","format":"md","likes":0,"spam":"N"},{"id":641171,"author_name":"axeltherabbit","author_uid":"axeltherabbit","epoch":1619517149,"text":"@sirfist19 in the cmd\/powershell, you also have to add python to your PATH","format":"md","likes":0,"spam":"N"},{"id":644682,"author_name":"Jes\u00fas Gonz\u00e1lez","author_uid":"jesus-gonzalez","epoch":1619530982,"text":"I'll save this for later to try on a Mac system, I think it should just work. In the meanwhile, I'm just glad I discovered this Blessed library, looks really fun to tinker with.","format":"md","likes":1,"spam":"N"},{"id":653187,"author_name":"Tezza48","author_uid":"tezza48","epoch":1619558258,"text":"@greg-the-egg Unroll the loops! That's brilliant :D","format":"md","likes":0,"spam":"N"},{"id":658536,"author_name":"Adam Selker","author_uid":"adam-selker","epoch":1619589947,"text":"@greg-the-egg:  Sorry about the stuttering!  I'll add a warning about that.  I wonder if it would run smoother in PowerShell?\n\n@sirfist19: First, add Python to your PATH.  After you do that, in a command prompt or PowerShell, the command `python` should do something, rather than saying \"command not found\".  Then, in the cmd prompt, go to wherever you downloaded the game code, and run `python3 game.py`.  As Greg the Egg said, you might get some stuttering.","format":"md","likes":0,"spam":"N"},{"id":662146,"author_name":"Temulgeh","author_uid":"temulgeh","epoch":1619617712,"text":"I'm running it in PowerShell, and in the new Windows terminal and it's stuttering yeah  \nMight install Ubuntu just to play this game lmao, it's really fun so far\n\nEDIT: just remembered i installed it on a small laptop so i'll use that instead","format":"md","likes":1,"spam":"N"},{"id":663664,"author_name":"Temulgeh","author_uid":"temulgeh","epoch":1619626212,"text":"Heyy i'm really having a lot of fun with this, but a few things did bother me so here are a few suggestions:  \n- add in the tutorial that bits are ordered from most significant to least significant  \n- if you press right arrow at the end a line it should probably move the cursor to the next line, same thing for left at the beginning of a line  \n- ~~if you have a line, a blank line and a line, you can't erase the blank line, bug?~~ (edit: i was wrong)","format":"md","likes":2,"spam":"N"},{"id":670134,"author_name":"Space_man","author_uid":"space-man","epoch":1619672241,"text":"Fun game, reminds me of TIS-100. I'll have to come back to it to try more of the levels, and optimize my solutions. Great job!","format":"md","likes":1,"spam":"N"},{"id":670282,"author_name":"Adam Selker","author_uid":"adam-selker","epoch":1619674665,"text":"@temulgeh : Yeah, the editor has a lot of edge cases and almost-bugs... at least I have the excuse that I'm pretending to be a really simple computer! =P  Unfortunately, I don't think I can fix this one, that would be adding a feature after the fact.\n\nThere's a brief mention of \"big-endian\" in the documentation, I figured folks would mostly figure it out by trial an error.  This game already has a four-page manual _instead of_ a tutorial, lol.\n\nThanks for playing!","format":"md","likes":1,"spam":"N"},{"id":671353,"author_name":"vknauss","author_uid":"vknauss","epoch":1619688299,"text":"Wow this is really cool! I the only bit of feedback I can give is it wasn't clear at first how the (up to) 2 commands in one pipe section would both take the same 2 inputs, and would constitute all the inputs for the following command(s). The wording of the manual made me unsure if it was like a post-fix ordering with implicit nesting, or if each pipe section was one input, or what. I did figure it out though. Really nice work on this one I plan to play all the puzzles!","format":"md","likes":0,"spam":"N"},{"id":675404,"author_name":"bloodycoin","author_uid":"bloodycoin","epoch":1619728902,"text":"Wow, a stack based programing puzzle game for a Compo. Just wow. And also python based :heart_eyes: .\nOnly thing missing thing for full Zachtronics-like experience is a printable PDF manual :)\n\nGreat idea to add `Deeper` custom user code functions.\n\nTo be fair, I had struggled quite a bit to get down to it, as I had wrap my head again (read - remember) stack based programming. What would really have helped is an ability to `debug` step through my code rather than executing everything at once. I think it would make the game a lot more accessible to wider audience, as it would make it easier to see, understand and learn how it's working.\nWould love to see a bit improved navigation, debug-stepping and more puzzles, but overall it's already very impressive.\nP.S. Thanks for showing Blessed, time to go make `Space DwarfFortress | ADD|OUTPUT` => SpaceFortress.","format":"md","likes":0,"spam":"N"},{"id":675415,"author_name":"bloodycoin","author_uid":"bloodycoin","epoch":1619729014,"text":"Oh, and since I am on mainly work on windows, I took the easy way out, by firing up VirtualBox with linux :thumbsup: ","format":"md","likes":1,"spam":"N"},{"id":676039,"author_name":"vknauss","author_uid":"vknauss","epoch":1619735198,"text":"It would be nice if there were a way to copy \"Deeper\" code between puzzles. I spent a lot of time just reimplementing my custom \"Less than\" operation. Done 7\/9 puzzles. Love this, the most time I've spent in a LD game by far","format":"md","likes":2,"spam":"N"},{"id":676370,"author_name":"vknauss","author_uid":"vknauss","epoch":1619739498,"text":"I think I may have found a bug. In the sorting program, it looks like the first test input is missing \"0\" in the expected output. https:\/\/github.com\/aselker\/ld48_computer_1\/blob\/main\/puzzle_list.py line 48 (forgive me for digging into the source). My program outputs 0 1 2 3 4 5 6 7 8 9, but it never enters the second test case.","format":"md","likes":0,"spam":"N"},{"id":681859,"author_name":"Adam Selker","author_uid":"adam-selker","epoch":1619832081,"text":"@vknauss : Right you are!  Fixed, thank you!","format":"md","likes":0,"spam":"N"},{"id":684850,"author_name":"robinfaury","author_uid":"robinfaury","epoch":1619893685,"text":"What a game! Congratulation! By far my favorite game for this LD!! It looks like a Zachtronics game.","format":"md","likes":0,"spam":"N"},{"id":691292,"author_name":"Jeremy Ryan","author_uid":"jeremy-ryan","epoch":1620087394,"text":"Nice entry!\n\nDespite being a game about low-level programming languages, it's remarkably accessible; the on-screen documentation and stack\/output information was surprisingly smooth for a 48-hour game. In terms of the IDE, the only thing I would have added would be a debug mode or at least a way to \"underclock\" to follow execution more easily (although I'm not surprised you didn't have time for it).\n\nThe puzzles were well-constructed and force you to tackle them in different ways, between the deep assembly language and the deep deep microcode. The language itself made enough sense, but the additional restrictions --- mostly memory-related --- made you have to think really carefully. It would have been nice to have a couple more ways to interact with memory, like maybe a separate stack for the inputs and general use, or a couple registers to store values. That said, just the stack was technically enough and certainly made the earlier puzzles more interesting.\n\nPerformance on Windows wasn't the best, and it took a couple seconds holding down delete to clear a line. I never expect great optimization for a game jam game though.\n\nI still haven't beaten all the puzzles but I'll probably come back to it! Great work and creative use of the theme.","format":"md","likes":1,"spam":"N"},{"id":692768,"author_name":"gnevesdev","author_uid":"gnevesdev","epoch":1620155399,"text":"It's a masterpiece! I've spent an hour playing it so far, and I LOVE it! Just one thing: when I JMP, the stack disappears :thinking: is that supposed to be?","format":"md","likes":0,"spam":"N"},{"id":693771,"author_name":"Homlet","author_uid":"homlet","epoch":1620210316,"text":"Great entry! I solved the first three, but I'll definitely be coming back to look at the rest when I have time. Would be nice to have a confirm dialog before quitting, as a couple of times I instinctively went for the VIM command to save my code, and instead quit the entire program from pressing escape.","format":"md","likes":0,"spam":"N"},{"id":695178,"author_name":"Adam Selker","author_uid":"adam-selker","epoch":1620280344,"text":"@gnevesdev : That's not supposed to happen!  Mind sending a screenshot of the code that causes it?  Can you tell if it's a graphical artifact or if the stack is actually gone?\n\n@Homlet : Haha, I've left so many accidental \":w\"'s in the code =)  Really, your code should be autosaved, but I didn't have time during the jam, so now it's on the Post-Jam Improvement List.  Hope you didn't lose too much time!","format":"md","likes":0,"spam":"N"},{"id":695958,"author_name":"gnevesdev","author_uid":"gnevesdev","epoch":1620326982,"text":"@adam-selker here you go:\n\n![bug_report.png](\/\/\/raw\/3d3\/c3\/z\/423b7.png)\n\nI thought this was gonna work, but it didn't :(","format":"md","likes":0,"spam":"N"},{"id":698212,"author_name":"Adam Selker","author_uid":"adam-selker","epoch":1620509506,"text":"@gnevesdev : I can't seem to reproduce the problem.  Here's a clip of your code running in the \"Powers of Two\" puzzle:\n\nhttps:\/\/imgur.com\/a\/1tqGbDv\n\nIt looks like the code consumes three stack elements each loop, which makes sense since there are three POP instructions.\n\nDo you see something different?\n\nThanks!","format":"md","likes":0,"spam":"N"},{"id":698968,"author_name":"gnevesdev","author_uid":"gnevesdev","epoch":1620581587,"text":"@adam-selker in my game, there was no output. And the code was for the first puzzle btw. I can see it does not actually print numbers from 0 to 10 lol :P","format":"md","likes":0,"spam":"N"},{"id":701061,"author_name":"udo","author_uid":"udo","epoch":1620813639,"text":"An actual console game I can run natively on Linux, very nice! I did enjoy playing Shenzhen I\/O a lot :slight_smile: \n\nFirst of all, congratz on making this within 48 hours! There are some things I would change though:\n- While in general the UI works fine, the code editor itself is kind of obstinate, especially when it comes to inserting or removing lines.\n- Despite the \"levels\" having a didactic progression, I still think the learning curve might be too steep. It might be worth considering to start out with 2 or 3 instructions, and then getting to know the other ones later.\n- There is some weirdness with the interpreter, I was often not sure whether this was my fault (probably) or bugs manifesting. This was especially tough in the beginning, where the example program wouldn't even run: no feedback, no stack action, no output.\n\nI did like the fact that the editor does input checking in real time. The weird machine language kind of reminded me of some of the Advent of Code ones :laughing: \n\nOh by the way, if there was audio, it wasn't playing on my machine, don't know :shrug: ","format":"md","likes":0,"spam":"N"},{"id":702227,"author_name":"Sentmoraap","author_uid":"sentmoraap","epoch":1620930385,"text":"Nice programming game! I have not seen language in which you pipe pairs of values so that's something novel. I wonder how it compares with Forth.\nThe custom instructions is cool too.\n\nIt's hard to debug. Step by step execution would have been nice.\n\nI have found a bug: this code should return 1 when the second input is greater than the first. It works when I test values in the editor, but not in the main program.\n\n![bug_deeper_bros.png](\/\/\/raw\/35a\/91\/z\/4265a.png)","format":"md","likes":0,"spam":"N"},{"id":704219,"author_name":"blubberquark","author_uid":"blubberquark","epoch":1621158859,"text":"I really wanted to like this, and I realise what I think is wrong with this game is exactly the same thing I found wrong with Human Resource Machine: The assembly is too low-level and the machine is limited in a deliberate attempt to make programming into more of a puzzle, which makes it more cumbersome than a puzzle game and less fun than coding for a real computer.\n\nI just won't rate on fun, or innovation, or graphics I guess. I am just really conflicted.\n\nReminds me of the Dijkstra quote:\nAPL is a mistake, carried through to perfection.","format":"md","likes":1,"spam":"N"},{"id":707476,"author_name":"Adam Selker","author_uid":"adam-selker","epoch":1621815374,"text":"@blubberquark : If you want less-restricted coding puzzles, check out Project Euler!  They're a bunch of mathy code challenges \/ logic puzzles, and a great way to learn a new language.  For extra mathiness, try them in Haskell!","format":"md","likes":0,"spam":"N"},{"id":924595,"author_name":"FabrizzioLK","author_uid":"fabrizziolk","epoch":1673947223,"text":"When working with PDF documents, I often convert them to other extensions to make it easier for me to edit information. It's not really difficult, but it's still cool that you can read articles like https:\/\/www.pdfplatform.com\/blog\/how-to-convert-heic-to-pdf-on-mac\/ to find a better solution for converting PDF documents.","format":"md","likes":0,"spam":"N"}],"format":"md","images":["ld48\/wayback-placeholder.png"],"links":[{"url":"https:\/\/github.com\/aselker\/ld48_computer_1\/raw\/main\/executables\/deeper_bros","text":"Link"},{"url":"https:\/\/github.com\/aselker\/ld48_computer_1\/","text":"Link"}],"metadata":{"g_key":"77596","g_author":"1249467","g_event":"LD48","g_eventkey":"109","g_subevent":"COMPO","g_urlkey":"374153","g_title":"Deeper Bros. Digital Computer","g_status":"WAYBACK","g_place":"62","g_commentcount":"33","g_site2_node_id":"249468","g_hide":"N","g_has_icon":"Y","g_rqueue":"0","g_random":"0"},"nds":{"n_key":"249468","n_urlkey":"374153","n_parent":"233335","n_path":"\/events\/ludum-dare\/48\/deeper-bros-digital-computer","n_slug":"deeper-bros-digital-computer","n_type":"item","n_subtype":"game","n_subsubtype":"compo","n_author":"249467","n_created":"1619379984","n_modified":"1777482256","n_version":"782119","n_status":"WAYBACK"},"node":{"_collation":{"body_sanitizer":"TextUtils::SanitizeHTML via existing importer","event":"LD48","removed_author":false},"_superparent":9,"_trust":1,"author":249467,"body":"Thank you for purchasing DEEPER BROS. (R) DIGITAL COMPUTER v0.23!  Your new computer comes with a beautiful 4-color display, a 5 Hz CPU, and a built-in programming environment.\n\nThe DEEPER BROS. (R) DIGITAL COMPUTER v0.23 is programmed using two languages: Deep Assembly language, and Deeper Microcode.  Programs are written in Deep Assembly, and Deeper Microcode is used to create custom Deep Assembly commands.\n\nNOTE: Programming the DEEPER BROS. (R) DIGITAL COMPUTER v0.23 is not for the faint of heart.\n\n![demo2.png](\/\/\/raw\/b7e\/c3\/z\/3c53a.png) \n\nTo run on Linux, download `deeper_bros`.   Then, in a terminal, run:  \n`chmod +x deeper_bros`  \n`.\/deeper_bros`  \n\nWindows isn't recommended, the game stutters.  It does work, though.  To run on Windows, download the source code, install Python 3 and [Blessed](https:\/\/pypi.org\/project\/blessed\/), and run `python3 game.py`.\n\nIf you enjoy this game, also check out TIS-100 and Shenzhen I\/O!\n","comments":33,"comments-timestamp":"2023-01-17T09:20:23Z","created":"2021-04-25T19:46:24Z","files":[],"files-timestamp":0,"grade":{"grade-01":24,"grade-02":23,"grade-03":24,"grade-04":25,"grade-05":24,"grade-06":17,"grade-07":19,"grade-08":22},"id":249468,"love":0,"magic":{"cool":110.61326375099,"feedback":22,"given":26,"grade":22.25,"grade-01-average":4.068,"grade-01-result":62,"grade-02-average":3.881,"grade-02-result":122,"grade-03-average":4.182,"grade-03-result":52,"grade-04-average":3.696,"grade-04-result":384,"grade-05-average":3.295,"grade-05-result":536,"grade-06-average":1.9,"grade-06-result":691,"grade-07-average":2.853,"grade-07-result":300,"grade-08-average":3.45,"grade-08-result":322,"smart":0.48426433348048},"meta":{"author":[249467],"cover":"\/\/\/content\/b7e\/c3\/z\/3c6a9.png","link-01":"https:\/\/github.com\/aselker\/ld48_computer_1\/raw\/main\/executables\/deeper_bros","link-01-name":"","link-01-tag":[42341],"link-02":"https:\/\/github.com\/aselker\/ld48_computer_1\/","link-02-tag":[42332],"link-03":"","link-03-tag":null},"meta-timestamp":"2026-04-29T17:04:16Z","modified":"2026-04-29T17:04:16Z","name":"Deeper Bros. Digital Computer","node-timestamp":"2021-04-29T06:18:14Z","parent":233335,"parents":[1,5,9,233335],"path":"\/events\/ludum-dare\/48\/deeper-bros-digital-computer","published":"2021-04-25T23:19:28Z","scope":"public","slug":"deeper-bros-digital-computer","subsubtype":"compo","subtype":"game","type":"item","version":782119},"text":"Thank you for purchasing DEEPER BROS. (R) DIGITAL COMPUTER v0.23!  Your new computer comes with a beautiful 4-color display, a 5 Hz CPU, and a built-in programming environment.\n\nThe DEEPER BROS. (R) DIGITAL COMPUTER v0.23 is programmed using two languages: Deep Assembly language, and Deeper Microcode.  Programs are written in Deep Assembly, and Deeper Microcode is used to create custom Deep Assembly commands.\n\nNOTE: Programming the DEEPER BROS. (R) DIGITAL COMPUTER v0.23 is not for the faint of heart.\n\n![demo2.png](\/\/\/raw\/b7e\/c3\/z\/3c53a.png) \n\nTo run on Linux, download `deeper_bros`.   Then, in a terminal, run:  \n`chmod +x deeper_bros`  \n`.\/deeper_bros`  \n\nWindows isn't recommended, the game stutters.  It does work, though.  To run on Windows, download the source code, install Python 3 and [Blessed](https:\/\/pypi.org\/project\/blessed\/), and run `python3 game.py`.\n\nIf you enjoy this game, also check out TIS-100 and Shenzhen I\/O!\n","title":"Deeper Bros. Digital Computer","wayback_recovered":true,"wayback_source":{"capture":{"original":"https:\/\/api-jam.ludumdare.com\/vx\/node2\/get\/249001+249002+249003+249004+249005+249006+249007+249008+249009+249010+249011+249012+249013+249014+249015+249016+249017+249018+249019+249020+249021+249022+249023+249024+249025+249026+249027+249028+249029+249030+249031+249032+249033+249034+249035+249036+249037+249038+249039+249040+249041+249042+249043+249044+249045+249046+249047+249048+249049+249050+249051+249052+249053+249054+249055+249056+249057+249058+249059+249060+249061+249062+249063+249064+249065+249066+249067+249068+249069+249070+249071+249072+249073+249074+249075+249076+249077+249078+249079+249080+249081+249082+249083+249084+249085+249086+249087+249088+249089+249090+249091+249092+249093+249094+249095+249096+249097+249098+249099+249100+249101+249102+249103+249104+249105+249106+249107+249108+249109+249110+249111+249112+249113+249114+249115+249116+249117+249118+249119+249120+249121+249122+249123+249124+249125+249126+249127+249128+249129+249130+249131+249132+249133+249134+249135+249136+249137+249138+249139+249140+249141+249142+249143+249144+249145+249146+249147+249148+249149+249150+249151+249152+249153+249154+249155+249156+249157+249158+249159+249160+249161+249162+249163+249164+249165+249166+249167+249168+249169+249170+249171+249172+249173+249174+249175+249176+249177+249178+249179+249180+249181+249182+249183+249184+249185+249186+249187+249188+249189+249190+249191+249192+249193+249194+249195+249196+249197+249198+249199+249200+249201+249202+249203+249204+249205+249206+249207+249208+249209+249210+249211+249212+249213+249214+249215+249216+249217+249218+249219+249220+249221+249222+249223+249224+249225+249226+249227+249228+249229+249230+249231+249232+249233+249234+249235+249236+249237+249238+249239+249240+249241+249242+249243+249244+249245+249246+249247+249248+249249+249250+249251+249252+249253+249254+249255+249256+249257+249258+249259+249260+249261+249262+249263+249264+249265+249266+249267+249268+249269+249270+249271+249272+249273+249274+249275+249276+249277+249278+249279+249280+249281+249282+249283+249284+249285+249286+249287+249288+249289+249290+249291+249292+249293+249294+249295+249296+249297+249298+249299+249300+249301+249302+249303+249304+249305+249306+249307+249308+249309+249310+249311+249312+249313+249314+249315+249316+249317+249318+249319+249320+249321+249322+249323+249324+249325+249326+249327+249328+249329+249330+249331+249332+249333+249334+249335+249336+249337+249338+249339+249340+249341+249342+249343+249344+249345+249346+249347+249348+249349+249350+249351+249352+249353+249354+249355+249356+249357+249358+249359+249360+249361+249362+249363+249364+249365+249366+249367+249368+249369+249370+249371+249372+249373+249374+249375+249376+249377+249378+249379+249380+249381+249382+249383+249384+249385+249386+249387+249388+249389+249390+249391+249392+249393+249394+249395+249396+249397+249398+249399+249400+249401+249402+249403+249404+249405+249406+249407+249408+249409+249410+249411+249412+249413+249414+249415+249416+249417+249418+249419+249420+249421+249422+249423+249424+249425+249426+249427+249428+249429+249430+249431+249432+249433+249434+249435+249436+249437+249438+249439+249440+249441+249442+249443+249444+249445+249446+249447+249448+249449+249450+249451+249452+249453+249454+249455+249456+249457+249458+249459+249460+249461+249462+249463+249464+249465+249466+249467+249468+249469+249470+249471+249472+249473+249474+249475+249476+249477+249478+249479+249480+249481+249482+249483+249484+249485+249486+249487+249488+249489+249490+249491+249492+249493+249494+249495+249496+249497+249498+249499+249500?authors&parents&superparent"},"object":"objects\/sha256\/d8\/d839214e7c0feb75c5ad8aabc4113a4303ee17bf0830fe0cc5cdc6a3ade41384","record":"shard-0\/json-live-urgent-v3\/records\/6459566300d352c8ab34cdda90f0c2bc13aa8bef1134a55178cdf588b7925bde.json","sha256":"d839214e7c0feb75c5ad8aabc4113a4303ee17bf0830fe0cc5cdc6a3ade41384","source":"https","stored_at":1784022344}}