When it's your move, type a number into the input box. The numbers correspond to the board as follows: | 1 | 2 | 3 | | 4 | 5 | 6 | | 7 | 8 | 9 |
This is a compressed version of my list-based tic-tac-toe game. It works by recording the positions of the markers in a list, which it then uses to display a game board. Theoretically, you could make different games this way, from checkers to chess to Connect Four. Updates: - v. 1.1: The computer can now intelligently block some moves. - v. 1.0: Shared project. Enjoy! Platypi Forever, Dragons Supreme!