Tic Tac Toe

Design and create an online game of tic-tac-toe.

Installation Instructions

Github Deploy link here.

Github Repository link here.

  • Fork this project to your own Github account.
  • Clone the repository to your local machine.
  • cd into the project.
  • open index.html to open webpage.

Description

This project was designed the show our understanding around the follow:

  • The differences between data model manipulation and how data is displayed on the DOM
  • Persisting data
  • Event delegation
  • Logical problem solving process

Languages Used

  • JavaScript
  • CSS
  • HTML

How it Works

  • Take turns clicking on a square in attempts to create a sequence of 3-in-a-row

tictactoewin

  • Click the Reset Game button in order to start the game over with 0 wins

tictactoereset

Author

Michele Comfort GitHub: @michelecomfort