• @jol@discuss.tchncs.de
    link
    fedilink
    English
    335 months ago

    I love watching videos about old game systems programming. The gymnastics you had to do to code, like, super Mario, just to show more than 3 colors is really interesting.

    • @frezik@midwest.social
      link
      fedilink
      English
      215 months ago

      People who think modern coding practices are bloated should study why certain speed running mechanics work. A lot of them stem from things we would never do today. We’ve removed entire classes of bugs by using “bloated” languages and tools.

    • Karyoplasma
      link
      fedilink
      English
      5
      edit-2
      5 months ago

      You will probably enjoy this video: https://redirect.invidious.io/watch?v=nYDmBdUalgo

      Dude livestreamed Super Mario 64 for more than a month with a bot attached that perfectly abused a physics quirk based on floating point precision, just so he can crash the game at 0:00 at New Year’s by overflowing a value. This over-one-hour-long video is the summary.

    • Buck
      link
      fedilink
      English
      35 months ago

      If you haven’t seen them, look up the Ultimate talk on YouTube. They go into real depth on c64, Gameboy, Atari, Amiga, etc. development and all the tricks that are used.