Tic-tac-toe is a simple game where two players (X and O) take turns marking the spaces on the board (a 3x3 grid). The objective of the game is to get three marks in a row (either horizontally, vertically, or diagonally).
Did You Know? Games played on three-in-a-row board date back to ancient Egypt!
- JavaScript
- HTML
- CSS
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Clone the repository onto your local machine
$ git clone https://github.com/j-gens/tictactoe-puzzle.git
Open the index.html file in the browser of your choice and enjoy!
This project is licensed under the MIT License - see the LICENSE file for details