Skip to content

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

Notifications You must be signed in to change notification settings

JanBlazejczyk/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published