Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 699 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 699 Bytes

Tic-Tac-Toe

A simple game of tic-tac-toe to understand the concepts of factory function , objected oriented JavaScript and module patterns.

ScreenShot

image

Outcomes

  • Used revealing module and factory patterns for better code organizing.
  • Used HTML5 semantic elements for better readability and structure.
  • Used CSS3 flex and grid to create layout.
  • Used Git and GitHub for project management.
  • Tried to maintain clean code.

What I learnt

  • How to use revealing module and factory patterns.
  • Better knowledge of Javascript and DOM.
  • Better knowledge of CSS
  • A lot of minor things.