Skip to content

KasenX/KasenX.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe Game 🎮

Welcome to the GitHub repository for my Tic Tac Toe game! This project is an interactive, web-based version of the classic game, designed to be simple, fun, and accessible. Play against a friend right from your browser!

Preview 👀

Preview

Features ✨

  • Play multiplayer: Enjoy the game with a friend.
  • Responsive design: Play on any device, desktop or mobile.
  • Score tracking: Keep track of your number of wins using LocalStorage.
  • Offline: Thanks to the service worker you can enjoy the game even without an internet connection.

Technologies Used 🛠️

  • HTML5: For structuring the game interface.
  • CSS3: For styling and animations.
  • JavaScript: For game logic and interactivity.

Getting Started 🚀

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to have a modern web browser like Google Chrome, Mozilla Firefox, or Microsoft Edge installed on your computer.

Installing

  1. Clone the repository:

    git clone https://github.com/yourusername/tic-tac-toe.git
  2. Navigate to the project directory:

    cd tic-tac-toe
  3. Open the index.html file in your browser: You can either double-click the file to open it in your default web browser or right-click to choose a specific browser.

How to Play 🕹️

  1. Open the game in a web browser.
  2. Enter player names.
  3. Click on the grid to make your move.
  4. First player to align three of their symbols vertically, horizontally, or diagonally wins!
  5. Play next game or press the reset button to start a new game with different player names.

Contributing 🤝

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch: git checkout -b feature/AmazingFeature
  3. Commit your Changes: git commit -m 'Add some AmazingFeature'
  4. Push to the Branch: git push origin feature/AmazingFeature
  5. Open a Pull Request

License 📜

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements 🎉

About

Tic Tac Toe Game

Resources

License

Stars

Watchers

Forks

Contributors