You can play it in your browser here.

    • confusedpuppy@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      23
      ·
      2 年前

      A long time ago I came across a game that was part of a 1mb challenge. It’s called A New Zero. I played it quite a lot, just flying around and dive bombing boats was entertaining enough for me.

      I was impressed with 1mb but 13kb and 96kb is pretty amazing. I really enjoy seeing stuff like this.

      • Gamers_Mate@kbin.run
        link
        fedilink
        arrow-up
        5
        ·
        2 年前

        Nice I have been thinking about doing a either an 8mb or 5mb gamejam challenge but I wasn’t sure if 5mb would be to low but if there are 1mb challenges I guess it does not seem to impractical. Also I am going to test that game out in wine it looks interesting.

    • dustyData@lemmy.world
      link
      fedilink
      English
      arrow-up
      17
      ·
      2 年前

      kkreiger is more impressive to me, because it creates itself on execution time. While this 13kB game is willfully ignoring the fact that the average web browser today is already a 2GB behemoth. While kkeiger is pure C++ and it does the whole thing, including the game engine and sound processor and everything else.

      • Altima NEO@lemmy.zip
        link
        fedilink
        English
        arrow-up
        4
        ·
        edit-2
        2 年前

        Is definitely not pure c++. It’s making use of direct x and even fonts available in Windows to create textures.

        • ඞmir@lemmy.ml
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 年前

          Without DirectX or OpenGL you’d have to create a GPU driver or do CPU rendering…

    • mPony@lemmy.world
      link
      fedilink
      English
      arrow-up
      15
      ·
      2 年前

      kKrieger was always kind of amazing to see. Even understanding a little bit about how the game works, it’s still kind of mind-boggling

      • Coasting0942@reddthat.com
        link
        fedilink
        English
        arrow-up
        37
        ·
        2 年前

        Instead of actually storing images, sound files, maps, etc, whole program relies on algorithms computed at runtime. Level generated automatically, sound follows a set math pattern with randomization, etc etc

        Benefits of less file size but more processor requirements

        • wagesj45@kbin.run
          link
          fedilink
          arrow-up
          8
          ·
          2 年前

          Oh yeah. I can remember back in the day it could take quite a bit to compile and start these things, especially if you were running at higher resolution and detail values.