Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Tic Tac Toe Game with JavaScript

Play your favorite childhood Tic Tac Toe! ❌⭕❌

JavaScript HTML5 CSS3

tic-tac-toe.gif

Features:

  • 2 Modes:

    • 2 Players
    • AI
  • AI mode checking

    • When changing from 2 players mode to AI mode, both players must complete their move
  • Move Display

    • Making a move will color a mini box and draw a symbol (circle/cross)
  • Display Winner/Tie

    • Check for win conditions
  • Reset Board