Tic Tac Toe
[Description]
Tic-Tac-Toe is a classic two-player game where each player takes turns marking a 3x3 grid. The objective is to be the first player to form a horizontal, vertical, or diagonal line with their marker (either "X" or "O"). The game ends in a draw if the entire grid is filled, and no player has formed a winning line.
This repository contains an android implementation of the Tic-Tac-Toe game. The game ends when one of the players wins by forming a winning line, or the board is full, resulting in a draw.
[Features]
Multiplayer: Two human players can take turns playing the game. Singleplayer: Play against computer. (Trust me it never looses).
[Requirements]
Android, Windows, Mac, Unix (Linux) You can play this game on any one of these
[Contributions]
Contributions to this Tic-Tac-Toe game project are welcome. If you find any bugs or have ideas for improvements, feel free to submit an issue or a pull request.