Tic-tac-toe on π4



[matrix([[0, 1, 2, 3], [1, 0, 3, 2], [2, 3, 0, 1], [3, 2, 1, 0]]), matrix([[0, 1, 2, 3], [2, 3, 0, 1], [3, 2, 1, 0], [1, 0, 3, 2]]), matrix([[0, 1, 2, 3], [3, 2, 1, 0], [1, 0, 3, 2], [2, 3, 0, 1]])]


© 2004 Maureen T. Carroll. All rights reserved.

A Java enabled browser is required to play the game.
This program was tested using Netscape 7.1 and IE 6.0
Send any questions or comments to carrollm1@scranton.edu.