pouët.net

Go to bottom

cf172 by Desire [web]

         ·······························································

         "cf172" is a 172 byte MSDOS intro
         by hypr0 from Desire / HPM
         presented @ flashparty 2024



         ▌▌▌▌Running the demo ··········································


         Run with:

             $ dosbox -conf dosbox.conf cf172.com

         Source code is provided and can be compiled with:

             $ nasm cf172.asm -fbin -o cf172.com


         ▌▌▌▌About the demo ···········································


         CF172 is a 172 byte demo I made for the 2024 Flashparty. It
         basically takes Helloods memories code as a foundation with
         only the "Scrolling tilted plane" effect with some mod magic
         and then adds another layer on top. I think it looks nice. For
         sound I basically used the sample MIDI code from the sizecoding
         site (http://www.sizecoding.org/wiki/Sound). I experimented a
         lot trying to use the remaining 84 bytes but couldn't get anything
         too interesting in the little time I had.

         The demo has source code and was compiled and run in Linux. For
         the MIDI sound I used `timidity` with the following parameters:

         $ timidity -iA -p8 --module=32


         ▌▌▌▌Greetz ····················································


         - Hellmood and everyone behind SizeConding.org
           (http://www.sizecoding.org/) for all the code they
           shares which makes coding small intros much easier.
         - RamonB5 for constantly helping to motivate the dSr crew
         - dSr and HPM
Go to top