Skip to content

asaks84/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project Tic Tac Toe

A part of theOdinProject projects I'm studying.

A simple Tic Tac Toe game, for practicing factory functions and module patterns.

Things I used

All things below are what I've learned and put it practice on this project.

SASS

  • @mixin (to create responsive elements).
  • Nested selectors

JavaScript

  • factory functions to create players for the game;
  • IIFE board controller, game controller and UI controller;
  • Module DOM creator on script.js, controller and uiController on core.js

npm

  • Webpack Bundler
  • @mdi font
  • normalizer.css
  • eslint with Airbnb style guide.

Live Preview

Click here to view the demo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published