This is a repository for several BASIC programs for a Tic-tac-toe a.k.a. Noughts and Crosses game.
- C64: Commodore 64 BASIC 2.0
- C128: Commodore 128 BASIC 7.0
- QBASIC: QuickBASIC (QB64 or FreeBASIC)
- xcBASIC: XC=BASIC for Commodore 64
This version sort of combined the two said programs with added graphic output routines.
This version is written for XC=BASIC, a BASIC compiler for Commodore 64. There are actually two versions of the programs, one is based on the C64 version and the other is based on the C128 version. The difference between the two versions is that the former is text (PETSCII) based while the later is bitmap graphic based (like the C128 and QBASIC version).Being compiled, these versions run significantly faster than their C64 and C128 counterparts.