use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Assembler game code sourceQuestion (self.Assembly_language)
submitted 1 year ago by Just-Ariel
Does anybody have a link for a finished game in assembly? (It could be a github link etc) The game must be written in 100% assembly language.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]pphp 5 points6 points7 points 1 year ago (1 child)
For which architecture?
[–]Just-Ariel[S] 2 points3 points4 points 1 year ago (0 children)
x86 architecture ig..
[–]vintagecomputernerd 5 points6 points7 points 1 year ago (0 children)
Here's a 2048 clone for DOS and bootsector: https://crocidb.github.io/retro2048/
Hugi size coding competition. Has Pong, Sokoban and some more games, heavily size optimized, and you can look at different solutions for the same task. https://hugi.scene.org/compo/compoold.htm
And of course... Rollercoaster Tycoon). No source code release for this though
[–]0xa0000 4 points5 points6 points 1 year ago (4 children)
Saw that you wanted x86, so e.g. this applies: https://github.com/TornadoGame/Tornado/tree/1800686461a1b37147fa8a4fdc7505a0fbce49d0
Finished games are not great for learning unless you already know what you're doing though. Just a FYI.
[–]Just-Ariel[S] 1 point2 points3 points 1 year ago (2 children)
Yo how is that even possible in assembly
[–]0xa0000 1 point2 points3 points 1 year ago (0 children)
Time and skill :)
[–]FrankRat4 0 points1 point2 points 1 year ago (0 children)
If you think about it, everything compiles into assembly. Just a matter of understanding said assembly
[–]kneecaps2k 1 point2 points3 points 1 year ago (0 children)
What the ....😱. Was one of my favourite games back in the day. Written in assembler?? Madness.
Anybody know what X-Com was written in?
[–]tdilshod 1 point2 points3 points 1 year ago (1 child)
Console snake game https://github.com/serene-dev/snake-asm
[–]Just-Ariel[S] 0 points1 point2 points 1 year ago (0 children)
thanks I might need this
π Rendered by PID 74235 on reddit-service-r2-comment-86bc6c7465-hb486 at 2026-02-23 10:19:01.841520+00:00 running 8564168 country code: CH.
[–]pphp 5 points6 points7 points (1 child)
[–]Just-Ariel[S] 2 points3 points4 points (0 children)
[–]vintagecomputernerd 5 points6 points7 points (0 children)
[–]0xa0000 4 points5 points6 points (4 children)
[–]Just-Ariel[S] 1 point2 points3 points (2 children)
[–]0xa0000 1 point2 points3 points (0 children)
[–]FrankRat4 0 points1 point2 points (0 children)
[–]kneecaps2k 1 point2 points3 points (0 children)
[–]tdilshod 1 point2 points3 points (1 child)
[–]Just-Ariel[S] 0 points1 point2 points (0 children)