/tic-tac-toe

This website allows the user to play tic, tac, toe game against the user.

Primary LanguageJavaScript

Tic Tac Toe

This is a solution to the Build a Tic Tac Toe Game from FreeCodeCamp. FreeCodeCamp is a non-profit organization that consists of an interactive learning web platform, an online community forum, chat rooms, online publications and local organizations that intend to make learning web development accessible to anyone.

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout for the site depending on their device's screen size
  • See hover states for all interactive elements on the page
  • Play a game of Tic Tac Toe with another person using the computer
  • Play the reset game again
  • Choose whether they want to play as X or O

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • CSS Grid
  • Mobile-first workflow
  • JQuery

Author