Tic-Tac-Toe in QBASIC * Short play session * QB64 * FreeBASIC

Опубликовано: 12 Апрель 2026
на канале: Low Bytes
795
6

A short demo of a Tic-tac-toe program written in QBASIC dialect (using QB64. FreeBASIC compatible too).
The "computer" player in this program is not very smart because the code for its playing strategy was incomplete. I've fixed this problem in other versions in written in other BASIC dialect/varian i.e. for the C64 and C128.

https://github.com/absayuti/tictactoe

#QBASIC #QB64 #FreeBASIC