Pascal Programming: JRSs Tic-Tac-Toe

JRSs Tic-Tac-Toe is a simple game of Tic-Tac-Toe programmed with Dev-Pascal. It even keeps a tally of your points (win = +1, loss = -1).

Current limitations:

Runs in MS-DOS, and therefore lacks an interface of sorts

Again, lacks a pretty interface ;)
You can only play versus the computer.  I would like to create a two player option at some point in the future.

Comments regarding this program are greatly appreciated. Thank you for using and testing my program.

Download:

JRSs Tic-Tac-Toe v1.0 (25 KB)

JRSs Tic-Tac-Toe v1.0
Created by James Skemp - http://jamesrskemp.net/
Created using Dev-Pascal 1.9.2 with Free Pascal v1.06
Tested in Windows 98 SE, Windows XP Home SP2
Primarily Written/Added: November 9th 2003
Edited/Updated: December 31st 2003

Update 7/24/2010: The main code for this application can be viewed in my article Tic-Tac-Toe using Pascal.