Dark Bit Factory & Gravity

PROGRAMMING => Other languages => ASM => Topic started by: Baudsurfer on September 13, 2015

Title: A 256-byte inspired by Fritz Lang's Metropolis
Post by: Baudsurfer on September 13, 2015
A 256-byte inspired by Fritz Lang's Metropolis

Hello DBF,

I just released (http://www.pouet.net/prod.php?which=66372) a fly-by in 256 bytes inspired by iconic image of Babel tower in Metropolis from Fritz Lang :
(http://content.pouet.net/files/screenshots/00066/00066372.png)
Commented source is here  (http://olivier.poudade.free.fr/src/Megapole.asm)
Video capture is  here  (https://www.youtube.com/watch?v=Z8Av7Sc7yGY)


I'd be interested if you have any feedback ;)
Thank you.
Title: Re: A 256-byte inspired by Fritz Lang's Metropolis
Post by: Rbz on September 13, 2015
Awesome!  :)
Should have won 1st in my opinion.

I just watched it via youtube, how to run it on doxbox? (I only got a black screen).  I also tried dosbox-x (http://dosbox-x.com/).
Title: Re: A 256-byte inspired by Fritz Lang's Metropolis
Post by: Dr.Death on September 13, 2015
WOW

Is all i can say mate . :updance:
Title: Re: A 256-byte inspired by Fritz Lang's Metropolis
Post by: Kirl on September 14, 2015
Awesome! :clap:

This inspired me to check out metropolis tonight. I also read a bit on assembly language after looking at the source.
Title: Re: A 256-byte inspired by Fritz Lang's Metropolis
Post by: Baudsurfer on September 14, 2015
Thanks Kirl, Dr.Death and rbz.
rbz : sorry it only works for freedos or xp for sure (DosBox isn't timer cycle correct sadly).
Best is often to use an xp home edition on vmware or freedos image on Bochs emulator.
And thanks for thinking it could have placed first ;) It's never too late to thumb it up of course ;)
Title: Re: A 256-byte inspired by Fritz Lang's Metropolis
Post by: Hotshot on September 15, 2015
That is Mind blowing on what you have done Baudsurfer  :clap:

IF I was typing Assemblers and then It is very important to have commets next to it otherwise I would easily get lost! LOL

One things I like to ask is what Assemblers you using? assembler 8086?

Well Done  :clap:
Title: Re: A 256-byte inspired by Fritz Lang's Metropolis
Post by: Baudsurfer on September 15, 2015
Thanks Hotshot !

I use flat assembler for DOS/url] and assemble with c:\>fasm.exe megapole.asm (I use fasm because of some preprocessor singularities when doing bios devs). (http://flatassembler.net/fasm17139.zip)
Title: Re: A 256-byte inspired by Fritz Lang's Metropolis
Post by: va!n on September 23, 2015
@Baudsurfer:

Just wow! When i saw your prod the first time on pouet, i was really speachless!!
How the hell is that possible? Just unbelievable and extrem impressive to me!  8)

I saw some other of your truly amazing 256 byte entries  too. You are doing a really great and mindblowing job!
K++ for your great work and for sharing even the asm source codes! (sadly i dont understand much of the source, so i cant convert it to C or psydo basic to understand how this magic works ;)

Keep on your great work!
best regards
Title: Re: A 256-byte inspired by Fritz Lang's Metropolis
Post by: Baudsurfer on September 30, 2015
Thank you very much Va!n.
I firmly believe in sharing source code.
Your encouragements are very much appreciated.

Cheers.