Tic-Tac-Toe Game with an unbeatable AI using Minimax Algorithm
-
Updated
Aug 6, 2022 - Python
Tic-Tac-Toe Game with an unbeatable AI using Minimax Algorithm
Unbeatable Tic-tac-toe A.I. can calculate the best moves using Minimax algorithm. Built in Python using Pygame library.
Advanced Tic Tac Toe Using JS.
Tic Tac Toe, written in C#. With Unbeatable AI function
The repository contains computer vs computer and Player vs Computer Tic Tac Toe Game. Its a non GUI output based python code that'll let you play this game upon executing the code.
Tic tac toe game with Flutter
A simple AI for TicTacToe with Alpha-Beta pruning and binary encoding for the board
A tic tac toe game in java, which can be trained by machine learning (console & gui).
🕹️ 🎮 TicTacToe with Minimax AI algorithm (C#). The game has the option of 'Multiplayer' in 'Singleplayer' against the computer.
A very simple tic-tac-toe website written in HTML, CSS, and JS.
This is a tic tac toe game with an integrated AI that allows users to be able to face against it.
TicTacToe in swift UI - Ios project. Using AI
tictactoe game, play against ai with minimax algo
TicTacToe game with AI using MinMax algorithm
This repository contains a Python implementation of the classic game Tic Tac Toe with AI opponent. The game is played on a 3x3 grid by two players, one using 'X' and the other using 'O'. The player who first gets 3 of their marks in a row (up, down, across, or diagonally) is the winner.
A complete TicTacToe game created in java with a minimax AI
Welcome to the engaging world of Tic-Tac-Toe, where strategic prowess meets cutting-edge technology on our interactive gaming website. Prepare for a classic battle of wits as you take on the computer in this timeless game of X's and O's.
Tic-Tac-Toe game with AI using the Minimax algorithm
Add a description, image, and links to the tictactoe-ai topic page so that developers can more easily learn about it.
To associate your repository with the tictactoe-ai topic, visit your repo's landing page and select "manage topics."