Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 604 Bytes

Readme.MD

File metadata and controls

22 lines (13 loc) · 604 Bytes
# 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