An open API service indexing awesome lists of open source software.

https://github.com/daniil-tiunchyk/tictactoe-minimaxbot

This repository houses a near-unbeatable Tic-Tac-Toe bot built using the Minimax algorithm. Inspired by a Yandex article, the project is crafted with HTML, CSS, and JavaScript. Try your luck against this bot!
https://github.com/daniil-tiunchyk/tictactoe-minimaxbot

css game game-ai-bot html javascript minimax-algorithm tic-tac-toe

Last synced: about 2 months ago
JSON representation

This repository houses a near-unbeatable Tic-Tac-Toe bot built using the Minimax algorithm. Inspired by a Yandex article, the project is crafted with HTML, CSS, and JavaScript. Try your luck against this bot!

Awesome Lists containing this project

README

        

# TicTacToe-MinimaxBot

> :video_game: A near-unbeatable Tic-Tac-Toe bot. Built with love, HTML, CSS, and JavaScript. Inspired by a [Yandex article](https://thecode.media/tic-tac-toe/?utm_source=vk&utm_medium=social&utm_campaign=post).

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)

## Overview

TicTacToe-MinimaxBot aims to provide a challenging gameplay experience by leveraging the Minimax algorithm for optimized move decision-making.

### :rocket: Try It Live!

Experience the game live [here](https://Daniil-Tsiunchyk.github.io/TicTacToe-MinimaxBot/).

## Features

- **Optimized Move Decision**: Utilizes Minimax algorithm
- **Interactive UI**: Easy-to-use, responsive design
- **Cross-Platform**: Compatible with all modern web browsers

## Installation and Running

1. **Clone the repository**

```bash
git clone https://github.com/Daniil-Tsiunchyk/TicTacToe-MinimaxBot.git
```

2. **Open the `index.html` file in your web browser.**

## How to Play

1. Open the game.
2. Choose your symbol: X or O.
3. Start the game and see if you can beat the bot!

## License

This project is distributed under the MIT License. See the `LICENSE` file for more details.

## Contact

:mailbox_with_mail: Feel free to reach out if you have any questions or suggestions.

- GitHub: [Daniil-Tsiunchyk](https://github.com/Daniil-Tsiunchyk)
- Email: [email protected]