"Snails' Trails" by Peter Lear (1984)

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ต.ค. 2024
  • This is a game modified to work on the TRS-80 Micro Color Computer ("MC-10") using Micro Color BASIC based on source code by Peter Lear published in the book Fantastic Games (Hayes Publishing Ltd. Burlington, Ontario, 1984).

ความคิดเห็น • 5

  • @IsaacKuo
    @IsaacKuo 2 วันที่ผ่านมา

    I remember my first school computer lab had TRS-80 Model III computers with no floppy drives (nor any tape drives). Just BASIC, so we had to type in commands and programs.
    With little more than SET, RESET, and POINT, the only popular video game that was easy to program like that was Tron light cycles, with just you and a computer opponent. I didn't really understand how to program the computer opponent, though.

    • @BenevolentChum
      @BenevolentChum  วันที่ผ่านมา +1

      Here is a Tron game with an AI opponent: th-cam.com/video/tvFKBXAypWA/w-d-xo.htmlsi=rCefzUP3m0xgK6Uk

    • @BenevolentChum
      @BenevolentChum  วันที่ผ่านมา +1

      Source can be found here if you want to take a look: github.com/jggames/trs80mc10/tree/master/quicktype/Arcade

    • @BenevolentChum
      @BenevolentChum  วันที่ผ่านมา +1

      My mom was a teacher, and brought home a Model III on the weekends. But with a cassette recorder:)

    • @IsaacKuo
      @IsaacKuo วันที่ผ่านมา

      @@BenevolentChum If I recall, the TRS-80 Tron algorithm I remember tried to simply mirror the player input ... like a left-right mirroring, but mimicking up-down. It worked, but it was really challenging to defeat. Knowing what I know now, I can modify the algorithm to make it easier, but back then ... it was just beyond my ability to figure out what to try.