Skip to content

srbmaury/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

Tic Tac Toe project offers a game of Tic Tac Toe with two distinct modes. In the first mode, you can challenge an AI opponent that employs the Minimax algorithm, making it nearly unbeatable. The second mode is designed for playing against a friend. Additionally, the game features a scoring system and a user-friendly interface, ensuring a pleasant and convenient gaming experience.

github-profile-readme-generator license github-profile-readme-generator forks github-profile-readme-generator stars

Table of Contents

Getting Started

To get started with the game, follow these steps:

  1. Clone the repository to your local machine.

    git clone https://github.com/srbmaury/tic-tac-toe.git
    
  2. Change the directory

    cd tic-tac-toe
    
  3. Open the folder in VS Code.

    code .
    
  4. Run the project with live server located at the bottom right corner of the project.

    Live Server in VS Code

  5. Enjoy playing Tic Tac Toe!

Features

  • Single-player mode with an unbeatable AI opponent.
  • Multiplayer mode for playing with a friend.
  • Scoring system to keep track of your performance.
  • User-friendly interface for seamless gameplay.

Contributing

We welcome contributions! If you'd like to contribute to this project, please read our Contributing Guidelines for instructions on how to get started.

License

This project is licensed under the MIT License.

Contact

If you have any questions or need assistance, feel free to contact us at srbmaury@gmail.com.

Happy gaming!

Releases

No releases published

Packages

 
 
 

Contributors