An introduction to my first ZX Spectrum BASIC game.

Поділитися
Вставка
  • Опубліковано 25 січ 2025

КОМЕНТАРІ • 14

  • @animatedAL
    @animatedAL  8 днів тому +2

    Please excuse the lagging and glitching which unfortunately the video capture card is delivering, I can assure you that the game runs smoothly and surprisingly very well considering it's in BASIC.

  • @PhilStern80
    @PhilStern80 7 днів тому +1

    Coffee and enjoying my long-time friend's Al new upload....awesome!

    • @animatedAL
      @animatedAL  7 днів тому +1

      Thanks mate, good to see you 👍

  • @RescapeArcade
    @RescapeArcade 7 днів тому +1

    The capture card likely creates a lag to what the screen is showing i.e. Your inputs need to come earlier than expected due to maybe a 2-3 frame lag in what is displayed on the screen.
    Level 4 may also be slower if most of the code is later in the memory listing. If so, it means all your loops/GOTOs etc will be much slower to execute due to all the lines of code that the ZX BASIC ROM has to chug through to find the line destination.
    One way to get around that would be to MERGE in data from SD card for each level.

    • @animatedAL
      @animatedAL  7 днів тому

      @RescapeArcade I'm going to have to learn how to do this MERGE thing, brilliant idea, thank you.

    • @RescapeArcade
      @RescapeArcade 7 днів тому

      @ MERGE combines the current listing with whatever lines are in the MERGEd file. Any identical numbered lines get overwritten. This assumes that you can LOAD and/or MERGE on the ROM/HW that TheSpectrum runs on. (You would be able to on a real machine, classically loading in off tape, but the SD ought to behave the same - just faster!)

  • @RescapeArcade
    @RescapeArcade 7 днів тому +1

    I think this is fantastic. Prob boost up the speed to 7 Mhz and this will play really smooth. :-)

    • @animatedAL
      @animatedAL  7 днів тому

      I've ran it through Mcoder3 and it was way too fast, unplayable 😆,

    • @RescapeArcade
      @RescapeArcade 7 днів тому +1

      @@animatedAL Is that a compiler? I just meant set the emulator to 200% or 7Mhz (if that is possible?)

    • @animatedAL
      @animatedAL  7 днів тому

      It's been programmed on The Spectrum from retro games Ltd. In classic mode using BASIC.

    • @RescapeArcade
      @RescapeArcade 5 днів тому +1

      @ I meant Mcoder version. Is that a compiled version?

    • @animatedAL
      @animatedAL  5 днів тому +1

      No mate, what you see in the video is running on BASIC only.