Tic Tac Toe (XOXO,XO,Connect 4, 3 in a Row,Xs and Os)

Tic Tac Toe (XOXO,XO,Connect 4, 3 in a Row,Xs and Os)
Developer: 宁 桂
Category: Education
3.1K installs
63 ratings
32 monthly active users
Revenue not available

Tic Tac Toe (XOXO,XO,Connect 4, 3 in a Row,Xs and Os) Summary

Tic Tac Toe (XOXO,XO,Connect 4, 3 in a Row,Xs and Os) is a mobile iOS app in Education by 宁 桂. Released in Jul 2016 (9 years ago). It has 63 ratings with a 3.84★ (average) average. Based on AppGoblin estimates, it reaches roughly 32 monthly active users . Store metadata: updated Jul 1, 2016.

Store info: Last updated on App Store on Jul 1, 2016 .


3.84★

Ratings: 63

5★
4★
3★
2★
1★

Screenshots

App screenshot
App screenshot

App Description

Tic tac toe is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three respective marks in a horizontal, vertical, or diagonal row wins the game.

Players soon discover that best play from both parties leads to a draw. Hence, Tic-tac-toe is most often played by young children.

Because of the simplicity of Tic-tac-toe, it is often used as a pedagogical tool for teaching the concepts of good sportsmanship and the branch of artificial intelligence that deals with the searching of game trees. It is straightforward to write a computer program to play Tic-tac-toe perfectly, to enumerate the 765 essentially different positions (the state space complexity), or the 26,830 possible games up to rotations and reflections (the game tree complexity) on this space.

The game can be generalized to an m,n,k-game in which two players alternate placing stones of their own color on an m×n board, with the goal of getting k of their own color in a row. Tic-tac-toe is the (3,3,3)-game.