Skip to content

Jacob-FullStackDev/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

About

  • An interactive web-based Tic-Tac-Toe game that allows two players to take turns, keeps track of the board state, announces the winner, or declares a tie if no one wins.
  • I made this as an optional project for the TrueCoders Full-Stack Web Development course to demonstrate my competence in object-oriented programming.

Usage:

  • You enter a name click submit button, repeat again
  • Click a square
  • If you have 3 of your symbols back to back in any order (row, coulumn, diagonal) You won!
  • Click the reset board button to reset upon finishing the game or whenever else

Future Features:

  • Improve the UI/UX and make the styling more responsive
  • Play an animation based off who won or if the game ended in a draw
  • online multiplayer

Technologies used:

  • HTML
  • CSS
  • JavaScript
  • Git (for project management)
  • VSCode (for codebase management)
  • GitHub (for storing repository and hosting)

Usage Instructions

  1. Video demonstration at Google Drive
  2. Or visit the live version of the app at Tic-Tac-Toe
  3. Alternatively, Clone the repository using the following command:
    git clone https://github.com/JacobLuber2/Tic-Tac-Toe-Project.git

About

A game where 2 players can input a username and compete to get 3 of their markers in a row. The winner is Congratulated or in the event of a tie, no winner will be declared.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors