A quest to convert an old BASIC game for the TI-99 4/A computer to XC=Basic 3 (the game itself is a rewriting of a game listing for Atari 8-bit and VIC-20) The game is "Superchase", I found it in Compute!'s "First Book of TI Games" on archive.org
Go to file
JJFlash 2345e18077 Forgot the non-debug version... 2022-09-02 11:04:30 +02:00
initial_ported_version Forgot the non-debug version... 2022-09-02 11:04:30 +02:00
LICENSE Initial commit 2022-06-17 15:18:03 +02:00
README.md A new README file 2022-09-02 10:59:33 +02:00
SuperChaseProj-DEBUG.charsetproject First public uploading of a WIP version 2022-09-02 10:52:26 +02:00
SuperChaseProj.charsetproject First public uploading of a WIP version 2022-09-02 10:52:26 +02:00
charset_superchase.chr First public uploading of a WIP version 2022-09-02 10:52:26 +02:00
superchase.bas First public uploading of a WIP version 2022-09-02 10:52:26 +02:00
superchase.prg First public uploading of a WIP version 2022-09-02 10:52:26 +02:00

README.md

Superchase - Commodore 64 version

A quest to convert an old BASIC game for the TI-99 4/A computer to XC=Basic 3 (the game itself is a rewriting of a game listing for Atari 8-bit and VIC-20).

The game is "Superchase", I found it in Compute!'s "First Book of TI Games" on archive.org .

This ended up becoming a remix of three different versions of the same game:

  • Original VIC-20 version by Anthony Godshall - October 1982
  • Atari version by someone @ Compute! Gazette (took mainly the graphics from it)
  • TI-99 4/A version by Cheryl Regena (the monster-logic was totally broken, I merely got inspired by it)

Work in progress! This desperately needs SOUND and a few more graphic effects... if I manage to keep everything into about 14K!