Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.
/ TicTacToe-JS Public archive

The classic TIC-TAC-TOE game now in your browser!

License

Notifications You must be signed in to change notification settings

GomezWare/TicTacToe-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe Game

A simple Tic-Tac-Toe game implemented in JavaScript. Play against a friend and enjoy some classic fun!

Features

  • Two-player gameplay
  • Simple and intuitive design
  • Keeps track of the game's state
  • Saves your scores
  • Determine the winner or a tie

How to Play

  1. Open the index.html file in your preferred web browser.

  2. Two players take turns to mark an empty cell on the board with their respective symbols (X or O).

  3. The first player to get three of their symbols in a row (horizontally, vertically, or diagonally) wins.

  4. If the board is filled and no player has won, the game is a tie.

Installation

To run the game locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/your-username/tic-tac-toe.git
    
  2. Navigate to the project directory:
    cd tic-tac-toe
    
  3. Open the index.html file in your preferred web browser.

Contributing

Contributions are welcome! If you like to contribute to the project.

Acknowledgments

Special thanks to Kognise for creating Water.css, the styling framework used in this project.

One of my first JS projects !!!

About

The classic TIC-TAC-TOE game now in your browser!

Resources

License

Stars

Watchers

Forks