Leshis / tic-tac-toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-Tac-Toe Game

This is a simple implementation of the classic Tic-Tac-Toe game using HTML, CSS, and JavaScript.

Getting Started

To get started with the game, simply open the index.html file in your browser. You will be presented with a 3x3 game board where you can click on the squares to make your moves.

The first player to get three of their symbols in a row, either horizontally, vertically, or diagonally, wins the game. If no player achieves this, the game is a tie.

To reset the game board, simply click on the "Reset" button.

Technologies Used

This game was implemented using the following technologies:

  • HTML5
  • CSS3
  • JavaScript

Contributions

Contributions to the project are welcome. You can fork the repository and make your changes, then submit a pull request for review.

Credits

This game was implemented by Leon. It was inspired by various Tic-Tac-Toe game implementations online.

About


Languages

Language:JavaScript 48.9%Language:HTML 30.0%Language:CSS 21.1%