This is a simple Tic Tac Toe game created using HTML, CSS, and JavaScript. The design is based on the challenge provided by Frontend Mentor.
A live demo of the game can be found [here] (#)
- Play Tic Tac Toe against a friend or the computer.
- Responsive design for various screen sizes.
- Beautifully designed user interface.
- Start: Open the game in your web browser.
- Game Board: The game board consists of a 3x3 grid.
- Players: Player 1 is 'X', and Player 2 or the CPU is 'O'.
- Gameplay: Alternate turns placing 'X's and 'O's on the board.
- Winning: The first player to get three of their marks in a row (horizontally, vertically, or diagonally) wins.
- Draw: If the board fills up before a player wins, the game ends in a draw.
- Two Players: Play against a friend on the same device.
- Player vs CPU: Challenge the computer with adjustable difficulty levels. (in development)
The design of this Tic Tac Toe game is inspired by Frontend Mentor's Tic Tac Toe challenge. It's implemented using HTML for structure, CSS for styling, and JavaScript for game logic.
Contributions are welcome! If you have any suggestions, bug fixes, or enhancements, feel free to open an issue or create a pull request.
This project is licensed under the MIT License.