Skip to content

LuisEJaar/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# TicTacToe

This is a project that I consider fundamental to every developers learning journey, a lot of fun to make and definitely some good practice with OOP and event listeners.

Link to project: https://luisejaar.github.io/TicTacToe/

tictactoe gif

How It's Made:

Tech used: HTML, CSS, JavaScript

Optimizations

  • Incorporate a modal for the winner declaration

Lessons Learned:

  • Using objects more
  • Using more complicated event listeners / logic