This is a simple Tic Tac Toe game built using HTML, CSS, and JavaScript. The game allows two players to play Tic Tac Toe in a web browser, with one player being the user and the other being a bot.
- Play Against Bot: Includes a bot that makes random moves.
- Player Choice: Choose between "X" or "O" as your marker.
- Game Board: The board is displayed and updated based on player and bot moves.
- Result Display: Shows the result when a player wins or the game ends in a draw.
- Restart Functionality: Option to restart the game.
- Clone the Repository:
git clone https://github.com/yourusername/SRPtheBOSS.git
- Navigate to the Project Directory: cd SRPtheBOSS/Tic Tac Toe
- Open the Game: Open index.html in your web browser.
Files index.html: The main HTML file that sets up the game structure. styles.css: Contains the styles for the game. script.js: The JavaScript file containing the game logic. Usage Start the Game: Click on either "X" or "O" to start playing. Play Moves: Click on the board cells to make a move. Restart: Click the restart button to reload the game. Contributing Feel free to fork the repository, make changes, and submit pull requests. Any improvements or bug fixes are welcome!