Skip to content

Play Tic Tac Toe against an unbeatable AI opponent build using HTML, CSS, and JavaScript.

Notifications You must be signed in to change notification settings

VikasYadav-1/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe Game

This is a Tic Tac Toe game implemented using HTML, CSS, and JavaScript. The game features a player versus an AI opponent that uses the Minimax algorithm to make optimal moves.

Introduction

Tic Tac Toe is a classic game played on a 3x3 grid. The objective is to get three of your own symbols (X or O) in a row, either horizontally, vertically, or diagonally. This project implements the game using web technologies and includes an AI opponent that uses the Minimax algorithm to play optimally.

Demo

You can try out the game by visiting the live demo.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature
  3. Make your changes and commit them: git commit -m 'Add your feature'
  4. Push the changes to your forked repository: git push origin feature/your-feature
  5. Open a pull request in the main repository. Please ensure your code follows the existing code style and include relevant tests for your changes.

About

Play Tic Tac Toe against an unbeatable AI opponent build using HTML, CSS, and JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published