An open API service indexing awesome lists of open source software.

https://github.com/adithej/tic-tac-toe

A tic tac toe game build using javascript
https://github.com/adithej/tic-tac-toe

Last synced: 7 months ago
JSON representation

A tic tac toe game build using javascript

Awesome Lists containing this project

README

          

# Tic Tac Toe

## Build using HTML, CSS and JavaScript

The game is played on a grid that's 3 squares by 3 squares.
You are O , your friend is X . Players take turns putting their marks in empty squares.
The first player to get 3 of her marks in a row (up, down, across, or diagonally) is the winner.
When all 9 squares are full, the game is over. If no player has 3 marks in a row, the game ends in a tie

## Play the game at https://adithej.github.io/tic-tac-toe/