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

https://github.com/hi-shekhar/xo_game

Tic Tac Toe Game using Javascript
https://github.com/hi-shekhar/xo_game

drag-and-drop game game-development html-css-javascript javascript tic-tac-toe tictactoe-game vanilla-javascript

Last synced: 2 months ago
JSON representation

Tic Tac Toe Game using Javascript

Awesome Lists containing this project

README

          

# XO_Game

## Game Help :

1. Two player game.
2. Each player will get 4 chance to play a game.
3. Any one either 'X' or 'O' can start the Game.
4. Drag and Drop 'X' or 'O' on the game Board.

## How to Start:
1. Run index.html
2. Start Drag and Drop

## Game Board
![Game Board](images/home.png)

## Winner
![Game Board](images/winner-board.png)

## Draw
![Game Board](images/draw.png)