A customizable Tic Tac Toe game built using React and Vite.
Tic Tac Toe is a classic two-player game where each player takes turns marking spaces on a grid with their symbol (either X or O). The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game.
TicTacToe is an implementation of this game using the React framework, built with the Vite build tool, providing a modern and user-friendly interface, with the added flexibility of choosing the grid size (n
by n
).
- Two-player mode: Play against another person on the same device.
- Customizable grid size: Choose the size of the grid (
n
byn
) before starting the game. - Fast development with Vite: Enjoy a fast and efficient development experience with Vite.
- User-friendly interface: The game is displayed in a web page and is easy to use.
- Node.js
- Vite
Clone the repository and run npm install
to install the dependencies. Then, run npm run dev
to start the development server and play the game in your browser.
If you would like to contribute to the development of TicTacToe, feel free to fork the repository and make a pull request. All contributions are welcome.
TicTacToe is licensed under the MIT License. See the LICENSE file for more details.