Share Tips, Code Samples, etc. with the Visual Prolog community.
Paul Cerkez
VIP Member
Posts: 108
Joined: 6 Mar 2000 0:01

Tic Tac Toe

Post by Paul Cerkez »

Harrison Pratt:

Have you tried compiling your TIC TAC TOE game in VIP 10 yet?
AI Rules!
P.
Harrison Pratt
VIP Member
Posts: 458
Joined: 5 Nov 2000 0:01

Re: Tic Tac Toe

Post by Harrison Pratt »

Paul:
No, I haven't done that yet. I'll do that and clean it up if it needs it.

I have different more recent version you might want to play with -- I'll let you know about that after I Vip10-ize that one, too.

Cheers,
Harrison
Harrison Pratt
VIP Member
Posts: 458
Joined: 5 Nov 2000 0:01

Re: Tic Tac Toe

Post by Harrison Pratt »

Paul,
Attached is a newer, "somewhat smarter" version of the Tic Tac Toe program named 'TTT' that has the computer play as an opponent. The graphics handling is cleaner compared to 'Tic Tac ToeN'.

The issue you mentioned in aboutDialog.pro has been fixed to be consistent with Vip10x syntax. I still have the 'HOWTO' flags in the code which might help your students.
You do not have the required permissions to view the files attached to this post.
Harrison Pratt
VIP Member
Posts: 458
Joined: 5 Nov 2000 0:01

Re: Tic Tac Toe

Post by Harrison Pratt »

And updated 'Tic Tac ToeN'
You do not have the required permissions to view the files attached to this post.
Paul Cerkez
VIP Member
Posts: 108
Joined: 6 Mar 2000 0:01

Re: Tic Tac Toe

Post by Paul Cerkez »

Thanks Harrison
AI Rules!
P.