Let's build a Tic Tac Toe game from scratch using only HTML, CSS, and Javascript! This is a beginner-friendly tutorial that will guide you through building a complete tic tac toe game, with no shortcuts.
🗄 Resources:
Symbol used for x: ×
Symbol used for o: ○
Github Repo: https://github.com/angle943/tic-tac-toe
🔑 Key Concepts:
HTML
CSS
Javascript (JS)
Flexbox
CSS Grid
event listeners
event handlers
querySelector and querySelectorAll
#HTML #CSS #JS