/TicTacToe

Creative Commons Attribution 4.0 InternationalCC-BY-4.0

Tic-Tac-Toe

Written by Aidan Neeson


Well Wouldn't You Know, It's-Tic-Tac-Toe

This project is a Tic-Tac-Toe game that is built using HTML, CSS, and JavaScript. It's purpose is to offer a smidge of entertainment to those who love to play Tic Tac Toe. It is meant to be played solely on one device, with each player making moves when prompted.


How To Play

  • First, just navigate to the GitHub Pages site that was deployed for this repository, then open up the site.
  • Once you are there, the game has already begun!
  • Typical Tic-Tac-Toe rules apply:
    • X starts first.
    • Players take turns placing X's and O's until one player manages to get three of their respective letter in a row.
    • If no one manages to get three in a row, the game comes to a draw.
  • Once the game is officially over, the winner gets displayed, if there is one.
  • The game can be restarted at any point throughout playing

Now you are a Tic-Tac-Toe-Pro, get to challenging your friends!


Code Sources

HTML: Webpage Index

CSS: Style

JavaScript: Game Script