Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.09 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.09 KB

🔢 Tic-Tac-Toe

Tic Tac Toe game built with HTML, CSS and JavaScript

Take a peek: https://tic-tac-toe-by-subin-sigma-olive.vercel.app/


✨ About This Project

The game is played by two players. Staring from Player X, the player choose the cell to mark, followed by Player O who marks another cell accordingly.

The winning condition is met when either of the player matches 3 cells either row-wise, column-wise or diagonally with X or O's. When no matching is done and no cells are empty, then it is a draw.


🧑🏻‍💻 Technologies

  • HTML
  • CSS
  • Javascript

🤔 How Can It Be Improved?

At the moment, the game can only be played by two players in same device. The project could be improved by adding a single-player feature where a player can play alone with the computer.


🎥 Demo

Play Now: https://tic-tac-toe-by-subin-sigma-olive.vercel.app/


tic-tac-toe.mp4