adjapeve / Tic-Tac-Toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-Tac-Toe

This program was made as part of The Odin Project assignments, it uses factories and modules to keep the code organized and add closure, it also implements a pub-sub pattern to link modules and factories as needed withouth exposing methods in global scope. It also implements web responsiveness for mobile devices through CSS media queries.

Code made by Adrian Perez

About


Languages

Language:JavaScript 58.6%Language:CSS 25.9%Language:HTML 15.5%