Skip to content

A simple tic-tac-toe game made with HTML, CSS & javascript

Notifications You must be signed in to change notification settings

mohammadnabia/TicTacToe-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe-Game

A simple tic-tac-toe game made with HTML, CSS & javascript

STEPS:

  • Create cells in a way that by clicking on each cell, the current player (X or O) be written inside the cell.
  • Hold the current state of the game at each stage using an array.
  • Create a comparator that compares the current situation and winning situations to see if the current player is currently winning or not.
  • Make the project more visually appealing by adding more CSS and more styles

Output Demo

tictactoe-output

About

A simple tic-tac-toe game made with HTML, CSS & javascript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published