r0hitm / tic-tac-toe

A Web Tic Tac Toe game

Home Page:https://r0hitm.github.io/tic-tac-toe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Web Tic Tac Toe game

https://r0hitm.github.io/tic-tac-toe/


Languages

Language:JavaScript 75.1%Language:CSS 14.2%Language:HTML 10.7%