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

https://github.com/vasanthk/tic-tac-toe-js

A basic Tic Tac Toe game built using HTML/JavaScript/CSS
https://github.com/vasanthk/tic-tac-toe-js

Last synced: about 1 year ago
JSON representation

A basic Tic Tac Toe game built using HTML/JavaScript/CSS

Awesome Lists containing this project

README

          

# Tic Tac Toe

**A basic Tic Tac Toe game built using HTML, JavaScript, and CSS. No dependencies required.**

[![View The Demo](https://www.mtb.com/personal/onlineservices/PublishingImages/alt-banking-button-view-demo-cs5452.jpg)](http://codepen.io/vasanthkay/pen/KVzYzG?editors=001)

## How to Get Started
1. To make a move, the player will use a single mouse click to mark a space. In this version, there is no provision to undo a move. Once a move is made, the game proceeds to the next player's turn.
2. At each move, the game will indicate whose turn (Player A or Player B) it is. When the game ends, it displays one of the following outcomes:
* Winner: Player A
* Winner: Player B
* Draw