Page 1 of 1

Tic Tac Toe

Posted: 17 Feb 2022 14:35
by Paul Cerkez
Harrison Pratt:

Have you tried compiling your TIC TAC TOE game in VIP 10 yet?

Re: Tic Tac Toe

Posted: 17 Feb 2022 16:29
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

Re: Tic Tac Toe

Posted: 17 Feb 2022 17:28
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.

Re: Tic Tac Toe

Posted: 17 Feb 2022 18:40
by Harrison Pratt
And updated 'Tic Tac ToeN'

Re: Tic Tac Toe

Posted: 19 Feb 2022 19:19
by Paul Cerkez
Thanks Harrison