/tic-tac-toe

A JavaScript implementation of Tic Tac Toe game to practice DOM manipulation.

Primary LanguageJavaScript

Top Javascript HTML5 CSS3 LinkedIn


Tic Tac Toe


This is part of The Odin Project's curriculum


View Demo · Report Bug · Request Feature


Table of Contents
  1. Objective of the project
  2. Features
  3. Contact
  4. Acknowledgments

Objective of the project

  • Have as little global code as possible.

  • Internalize module design pattern.

    • Use modules.
    • Use private and public functions/methods.
  • Take advantage of scope and closures.


Product Name Screen Shot

(back to top)

Walkthrough

(back to top)

Built With

  • Javascript
  • HTML
  • CSS

(back to top)

Features

  • Play vs AI.
  • Responsive design.
  • CSS Animations.

(back to top)

Contact

Manuel Escribano - @twitterComingSoon - email@email.com

(back to top)

Acknowledgments

(back to top)