Welcome to the classic game of Tic-Tac-Toe! Play against the computer and keep track of your scores. You can also enjoy inspirational quotes and share the game with your friends.
-
User Input: Users can provide their input for the game.
-
Computer Turn: The computer will randomly make a selection for its turn.
-
Scores: Three types of scores are displayed based on gameplay: wins by the user, wins by the computer, and ties. These scores are stored in local storage for persistence.
-
Quote API: The game integrates the Advice Slip API to display a new inspirational quote every minute.
-
Share Feature: Users can share the game with their friends.
-
Toast Message: A toast message is displayed when the "Invite your friend" feature is used.
To play the game, simply open the index.html file in your web browser. Make your moves, enjoy the game, and share it with your friends!
No installation is required. Simply open the index.html file in your web browser.
If you'd like to contribute to this project, feel free to fork the repository and submit a pull request.
This project was created by me as a task from Cuvette Techonologies during the Full Stack Development Program.