Game Under Development - ZX Spectrum Flood

Поділитися
Вставка
  • Опубліковано 9 чер 2024
  • 5 Days into the production of a new ZX Spectrum game and I need to start thinking about designing and coding some aliens. See the progress I've made so far and watch as I begin the process of putting in some enemy sprites.
  • Наука та технологія

КОМЕНТАРІ • 16

  • @moritz-theunderdog3187
    @moritz-theunderdog3187 25 днів тому +2

    Always good to see the maestro at work 🙂

  • @Blitterbug
    @Blitterbug 25 днів тому +1

    Nice to see someone working close to the metal, the way it should be done!

  • @polybay
    @polybay 16 днів тому +1

    the scrolling alone is quite smooth, very impressive!

  • @wafflecones404
    @wafflecones404 24 дні тому +2

    amazing! i really like the scrolling and the water

  • @danielisoba
    @danielisoba 24 дні тому +1

    Great Jonathan, a Lot of fires and a great Game aproaching

  • @snagultoof
    @snagultoof 24 дні тому +1

    I like the variable scrolling, defender-like reversing and water effect. I hope you'll be able to blast the alien saucers, preferably with defender-like firing similar to Jetpac. But actually and kind of blasting would be awesome. Looking forward to the next video 😊👍

  • @paulphillips3783
    @paulphillips3783 25 днів тому +1

    Awesome groundwork. The scrolling is impressively smooth. The shimmer on the water is a nice touch. Have you considered some of the people being scientists or engineers which then could upgrade your ship/carrying capacity/weapons/fuel capacity/shields etc? The aliens could be tentacles coming down from the top - where you can blast the top bits to make the rest fall away below. Or have the people hoovered up like Skyline and you have to rescue them mid air.

  • @massimotin
    @massimotin 25 днів тому +1

    wow great scrolling, and great job !!!

  • @bloodmapedit
    @bloodmapedit 20 днів тому +1

    Looks cool, a bit of a mix between Protector 2 and Choplifter.

  • @marasmusine
    @marasmusine 25 днів тому +2

    Cyclone meets Harrier Attack :)

    • @jan10n
      @jan10n 25 днів тому +1

      ...meets Choplifter.

    • @marasmusine
      @marasmusine 24 дні тому

      @@jan10n Oh I never played that one!

    • @jan10n
      @jan10n 23 дні тому

      @@marasmusine Fun game on the Apple II

  • @user-vh7eu5bt4i
    @user-vh7eu5bt4i 20 днів тому +2

    Not much memory left? You must have prerotated pretty much everthing and blown out tons of LDIs. You're only scrolling the lower few blocks, so you could store one image and rotate groups between levels. If you're looking for a faster routine, you could use 16-bit stack transfers instead of LDI blocks.

    • @jonathancauldwell9822
      @jonathancauldwell9822  18 днів тому +2

      Spot on, the town is randomly generated at the start of each level and then pre-shifted. I left myself 8K for the code and graphics, which is pretty much all you have when coding for the 16K Spectrum. I used stack transfers in Rallybug and Quantum Gardening but for the 32 pixel rows in Flood I felt LDIs were sufficient.