-
Notifications
You must be signed in to change notification settings - Fork 0
hch-wang/Ultimate_Tic_Tac_Toe
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a variation of Ultimate Tic Tac Toe game with an AI.
The board is composed by 9 tic-tac-toe game board into a big tic-tac-toe game board.
Each small 3 × 3 tic-tac-toe board is referred to as a local board, and the larger 3 × 3 board
is referred to as the global board.
Rule of Moving:
The game starts with X playing wherever they want in any of the 81 empty spots.
This move sends their opponent to its relative location. For example, if X played
in the top right square of their local board, then O needs to play next in the
local board at the top right of the global board. O can then play in any one of
the nine available spots in that local board, each move sending X to a different local board.
Rule of wining:
When any three move are adjacent in a line that is either horizontal, vertical or diagonal.
This program is developed by Baiwei Chen and Hanchun Wang in 2015.
Version 0.25
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published