odin-codespace/tictactoe
smiggiddy 694c1f10dc
Some checks failed
Build and Push Docker Images / build (admin-dashboard) (push) Failing after 15s
Build and Push Docker Images / build (battleship) (push) Failing after 9s
Build and Push Docker Images / build (calculator) (push) Failing after 9s
Build and Push Docker Images / build (cv-project) (push) Failing after 9s
Build and Push Docker Images / build (inventory) (push) Failing after 10s
Build and Push Docker Images / build (library) (push) Failing after 10s
Build and Push Docker Images / build (messages) (push) Failing after 9s
Build and Push Docker Images / build (nodejs-mini-message-board) (push) Failing after 10s
Build and Push Docker Images / build (portfolio) (push) Failing after 9s
Build and Push Docker Images / build (restaurant) (push) Failing after 9s
Build and Push Docker Images / build (shopping-cart) (push) Failing after 9s
Build and Push Docker Images / build (signup_form) (push) Failing after 8s
Build and Push Docker Images / build (tictactoe) (push) Failing after 9s
Build and Push Docker Images / build (weather) (push) Failing after 9s
ready to deploy
2025-05-03 00:14:04 +00:00
..
css Realtictactoe (#8) 2023-12-14 18:37:25 -05:00
devops ready to deploy 2025-05-03 00:14:04 +00:00
js refactor: remove unncessary code 2023-12-15 16:33:59 -05:00
index.html Realtictactoe (#8) 2023-12-14 18:37:25 -05:00
README.md adding devops 2025-05-02 16:47:07 +00:00

Tic Tac Toe

Description

This is a simple Tic Tac Toe web application built using HTML, CSS, and JavaScript. Players can take turns marking spaces in a 3x3 grid, and the game will automatically detect a win or a draw.

How to Run Locally

  1. Clone the Repository If you haven't already, clone the repository to your local machine.

  2. Open index.html Navigate to the project directory in your file explorer and open the index.html file in your web browser.

  3. Play You can now play Tic Tac Toe in your browser. Click on the empty cells to make your move.

Project Structure

  • index.html: The main HTML file for the game.
  • css/style.css: Contains the styling for the game's interface.
  • js/main.js: Contains the JavaScript code for the game logic.