This is a game made in python by Tkinter only... This is a Human vs Computer based game..... Take a look at the project demo video(Video Link in the README file of that particular repo)
-
Updated
Aug 14, 2021 - Python
8000
This is a game made in python by Tkinter only... This is a Human vs Computer based game..... Take a look at the project demo video(Video Link in the README file of that particular repo)
Tic-Tac-Toe Game with an unbeatable AI using Minimax Algorithm
This is a classical Tic Tac Toe game, you can play it with a Bot. But, remember advance bot is pro enough to prove you a Noob.
Caro game engine using the Minimax algorithm with Alpha-Beta pruning.
here's a tic tac toe game made using python and exe file is also available but make sure python is installed in your pc
A Tic Tac Toe game made using Python. You can play against the computer AI.
This repository contains a collection of AI-based mini projects. Each project demonstrates the application of different AI algorithms and techniques. Currently, the repository includes the following projects:
Tic tac toe game using AI for cpu player
Tic-Tac-Toe but is a python3 program
Artificial Intelligence
This project is a command-line implementation of the classic Tic-Tac-Toe game where players can compete against an AI opponent. The AI utilizes various search algorithms including BFS, DFS, IDDFS, UCS, GBFS, and Random to determine its moves, providing a challenging and educational gameplay experience.
This repository contains a Python-based Tic Tac Toe game where users can play against an AI opponent. The AI utilizes the minimax algorithm to make its moves, providing a challenging gameplay experience. The code includes functions for game initialization, board display, winner or draw determination, and game flow management.
This is a Tic-Tac-Toe game AI implemented using minimax algorithm.
The most famous Tic-Tac-Toe game is implemented with OpenCV and has a touch of UI. This game is made for a single player playing against an AI. Let's see if the player can score :)
A basic TicTacToe Game with an AI that learns from your style of play
Add a description, image, and links to the tic-tac-toe-ai topic page so that developers can more easily learn about it.
To associate your repository with the tic-tac-toe-ai topic, visit your repo's landing page and select "manage topics."