Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 482 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 482 Bytes

Tic-Tac-Toe

Plain Javascript implementation of the game "Tic Tac Toe".

Live Demo: https://ahmed-mgd.github.io/tic-tac-toe/

screenshot

Topics

  • Factory functions
  • Module pattern
  • HTML forms

Lessons

  • Taking some time to plan ahead of time is always a wise investment, regardless of the project's simplicity.
  • I've improved at separating concerns according to the MVC design pattern. I tend to include excessive business logic on both the model and view.