Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 414 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 414 Bytes

Tic Tac Toe Game

This is a simple implementation of the classic Tic Tac Toe game in JavaScript. You can play against another player.

Table of Contents

Demo

You can try out the game online here https://pranav-94.github.io/Tic-Tac-Toe/ .

Features

  • Simple and intuitive user interface.
  • Responsive design for mobile and desktop.
  • Prevents invalid moves.