FoonLudum Dare ExplorerLD26 → Minimal

Minimal

By megabrutal

View on Wayback Machine

CategoryRankScoreCount
Theme7693.32
Innovation9642.54
Mood12201.89
Overall12952.20
Graphics13121.74
Coolness131647
Fun13301.52

Comments

paulsinnett 2013-04-29 11:22

I got it running with DOS box. I wasn't sure what you had to do though.

hello23 2013-04-29 11:44

At the beginning I did not understand how to run it (got an error), but after downloading DOS box (thanks Paul Sinnett), I was able to run it. I find it really nice that you wrote that in assembler, (this is the first game I see in assembler in this Ludum Dare). I will try to read the code and hope I'll understand. I understand that the only thing you do is eating those characters right ?

ddlyheadshot 2013-04-29 12:08

Clever little bit of programming! Shame it's unfinished and thus not quite a "game" yet...

jonatron 2013-05-01 03:44

Kudos for writing it in x86 assembler. I like the way the subroutines are "cute"

messiano 2013-05-01 16:44

Congratulations on the choice of language, ASM is hardcore for a 48h entry, but perhaps you could have explored a bit more the concept by entering in the Jam and having another day.

bernhard 2013-05-01 19:07

It seems you made this using Linux, which only adds to the quirky awesomeness :-) Well done in assembly, it is inspiring me to try something like this one day. Very interesting.

ddlyheadshot 2013-05-01 21:02

I love how it is so far, is there any chance you can continue this after the competition?

whitetigle 2013-05-02 06:44

Ok the code is clearly minimalist :)
But I have to rate a game ;)

berkano 2013-05-02 15:29

Definitely the smallest entry I've seen so far - 500 bytes!

Just needs a bit more gameplay. Nice job though.

megabrutal 2013-05-03 02:53

Thanks for all the comments so far! :) This game is definitely not complete - maybe I should have worked on it for an additional day and submit it into the Jam. Originally it's intended to be a minimal roguelike game, but since you can't see your stats and can't die, it is hard to notice. :D

@DdlyHeadshot: I think I'll work on this further after the compo, 'cause it's fun to keep one's assembly expertise above a certain level - even if you don't actually use the ancient language otherwise, thus it has little practical advantage; assembly does great to the programmer's soul - I don't know who said that but it's true! ;)

@whitetigle: You are right, it was rather a coding amusement; gameplay was a secondary concern - I know it might not be the spirit of Ludum Dare, but I had fun anyway.

@berkano: It can be even smaller if you remove my signature text integrated into the .COM file - since it is never printed or referenced, it wouldn't affect the program. ;)

netmute 2013-05-03 19:19

Minimal coding for teh win :P

cakencode 2013-05-06 09:24

I don't know what you mean when you say it might not be in the spirit of LD, this kind of thing is exactly what makes LD such a great competition, this is totally a successful entry!

Having worked very limitedly in ASM before, I am damn impressed you decided to use it for an LD entry. I wish there was more to the game itself but if you do continue to work on it I think that'd be amazing!

If you ever need some inspiration, Roller Coaster Tycoon was written mostly in ASM. Which still blows my mind! :D

megabrutal 2013-05-10 00:31

I'd just like to let you know that I'm working on a more polished version of the game - of course it will still be quite minimal, but still somewhat playable. For those who are interested, follow me on Twitter for updates!

zim-the-fox 2013-05-19 06:41

Incredibly minimal, yush. Many points for participating in the LD using only assembly. That is impressive and the idea of making a game in assembly is scary.

megabrutal 2013-06-13 03:03

A Post-Compo version is up! \o/ It has quite an awesome extra feature: it can be booted directly from a disk, so it runs even without DOS! Check my journal entry & read the source code for details.

mohammad 2013-06-15 16:34

This sucks for me because I have a 64 bit windows Assembly. Atlest make a DOS ROM emulator so some of us tech geeks can play it.

mohammad 2013-06-15 16:35

Never mind DOS Box is a good enough emulator.