Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 603 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 603 Bytes

tic-tac-toe

A game of tic-tac-toe to be played in a browser by two players

Developed with Vanilla JS: it uses the Revealing Module Pattern to encapsulate private methods and to avoid global scoped code

Styling-wise I used this project to get acquainted with SASS and its features like:

  • nesting
  • variables
  • splitting the stylesheets into separate files
  • creating mixins
  • if statements
  • inheriting styles

Project also makes use of BEM methodology for naming the content