Samee24 / Tic-Tac-Toe-JS

A tic-tac-toe game which has two modes: single-player and multiplayer.

Home Page:http://samee24.github.io/mode.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-Tac-Toe-JS

Authored solely by: Samee Zahid

Built using HTML tables, the user must click on the box where he/she wants to mark their move. The game has two modes:

  1. Single-Player

A very basic AI which uses the random function on unmarked boxes to figure out where to place its move.

  1. Multiplayer

Users take alternating turns until a victor is decided, or the game is adjudged to be a draw.

I've used CSS3 to use rudimentary animations for my mode.html page (where a user chooses the mode). I might return to this in the future to improve the AI for single-player.

About

A tic-tac-toe game which has two modes: single-player and multiplayer.

http://samee24.github.io/mode.html


Languages

Language:JavaScript 100.0%