Skip to content

Miked13/Tic-Tac-Toe-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe-Game

Two-player game of Tic–Tac–Toe where the player who aligns his symbol three times in any direction wins the match.

Table of Contents

  • Tic–Tac–Toe Game
    • Technology Stack
    • Requirement
    • Installation
    • Live Preview

Technology Stack

  1. Bootstrap: Used CDN Bootstrap (min version 4.3.1) CSS for styling user interface, Bootstrap jQuery.
  2. jQuery: Used CDN jQuery(slim min version 3.3.1) for shortcuts.
  3. Loadash: Used JS library Loadash(version 4.17.11) to manage my Arrays.
  4. Visual Studio Code: Used Visual Studio Code for Mac as source-code editor.

Requierement

Installation

  1. Clone the repository on your device.
  2. Open the cloned repository and right-click on the html file index.html located at the root to select the browser that'll display it.
  3. View in selected browser

Operation

  1. This game is played by two players, player 1 as X and player 2 as O.
  2. Each player take a turn to randomly click on a square.
  3. The first player to align three symbols in any direction wins the match.
  4. If there is three symbols cannot be aligned, then the game is a draw between the players.
  5. The game can replayed by clicking on the replay button.

Live Preview

About

Simple two-player game of tic tac toe using Bootstrap where the player who aligns his symbol three times in any direction wins the match.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published