a , Game Introduction
Tic-Tac-Chess is a world-famous game, do not need me to say, you must know its rules of the game.
This game is easy to learn, fun to play, but has proved that this game if two players are smart enough, it is easy to distinguish the outcome, that is, we get the result is a draw.
Our project is the upgrade version of Tic-tac-chess game! The game has nine small chessboard, each board constitutes a part of the overall layout, to win the game, you have to grasp the whole situation!
Second, highlights
Innovation
The traditional tic-tac-Chess is only nine, and the gameplay is simple, but the change is quite limited. The first player is easily attracted by this novel game, but after playing for a period of time, it is easy to touch the law, it is easy to achieve the situation. This game is to upgrade the difficulty of the game, and without losing the fun of the game, through a simple introduction of the players can get started, and will be deeply attracted to the fun of the game.
Theory
game theory has been a very important branch in the field of computer science and mathematics, which has a great influence on our life. There are not many changes in traditional tic-tac-chess, so it is easy to prove the game's unbeaten character. This game is the use of game theory of the most basic theory, increased the difficulty of the game, so that the player is not very easy to overcome the opponent.
AI is a very popular field, as a game, it is natural to have the participation of AI, about how to design a clever "computer opponent", really need to consider too much. Here borrowed a lot of online ideas, and finally designed a not silly opponents! The player wants to beat it, but it's definitely not easy!
War
If a game can only be played against computer players, then this game we generally call him a single game. In today's internet era, stand-alone game could there be seems too monotonous? How about this interesting upgrade of the Tic-Tac-chess game with your good friends? Yes, of course you can! We have built a server for the players to participate in the network!
Community
Since the starting point of this project is the game, it is necessary to properly use the word "leisure"! The so-called Qifengduishou, since our game supports online battle, yes, we can meet more friends here! Boring time together to play a plate, not at ease!
Third, the operation
This game is released as an online game, so there is a natural need to have an operating part. Including the post-maintenance, as well as the game revision, upgrade, correction and so on.
As a free and innovative game, we will provide enough maintenance support as far as possible, has been in the late run to improve the upgrade code, so that the game more stable and efficient, it will inevitably become an excellent game application.
Tic-Tac-Toptictactoe upgrade-Introduction to the project