/tic-tac-toe

A Web Tic Tac Toe game

Primary LanguageJavaScript

Tic Tac Toe

Play with your friends on the same device, or challenge the computer in a fierce match of Tic Tac Toe.

🎮 Play now here

This Project is inspired from the The Odin Project curriculum.

Things I learned

  • Abstractions using Module Pattern and Factory functions
  • Event driven approach to game loop (this took me sometime to figure out! But I'm proud of it now, yay 🎉)

Some things to do later on

  • Refactor
  • Replacing the randomly playing computer with an unbeatable AI

Author: Rohit Mehta