tic-tac-toe-ai
There are 46 repositories under tic-tac-toe-ai topic.
SamarpanCoder2002/Tic-Tac-Toe-AI
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)
anilmisirlioglu/Tic-Tac-Toe-AI
Invincible AI written in Go for Tic Tac Toe game.
RPG-coder/TicTacToe-Game
Tic-Tac-Toe Game with an unbeatable AI using Minimax Algorithm
ashu12chi/TicTacToe-Bot
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.
tatlead/TicTacToe-AI
Tic Tac Toe, written in C#. With Unbeatable AI function
Jeswin-8802/tic-tac-toe
The classic game of Tic Tac Toe written in JavaScript
18520339/game-caro
Winform Tic Tac Toe game with Multiplayer via LAN & AI mode
darthdaenerys/Tic-Tac-Toe-AI
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 :)
johnoyegbite/tic-tac-toe
Tic-Tac-Toe game is written in Kotlin (Android).
KOUISAmine/tic-tac-toe
Tic-Tac-Toe, also known as Noughts and Crosses, is a classic two-player strategy game typically played on a 3x3 grid.
VarunBanka/tic_tac_toe_using_python
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
Bennyhwanggggg/Nine-Board-Tic-Tac-Toe-AI-Agent
AI Agent that plays Nine Board Tic Tac Toe game
cqb13/terminal-tic-tac-toe
Console-based Tic-Tac-Toe game implemented in Rust. The game utilizes the crossterm library for cross-platform terminal manipulation.
DhanushArunMahasenan/TicTacToeAI
A Tic Tac Toe game made using Python. You can play against the computer AI.
FlyingWolFox/Class-Projects-1
Games that professor asked us to do. This pack has Tica Tac Toe, Connect 4, Hangman, Simon and Battleship
joydicurtis/tictactoe
An unbeatable game of tic tac toe.
Shock-1/tic-tac-toe
An attempt at a primitive tic-tac-toe game with AI in Command Line
6xur/tic-tac-toe-minimax
Minimax-based tic-tac-toe AI
AahRat/tic-tac-toe-ai
tic tac toe ai using mini-max algorithm
ae9o/tic-tac-toe
Advanced version of tic-tac-toe for Android™ with custom fields and smart AI opponent.
Eng-IbrahimElgammal/Tic-Tac-Toe-AI
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.
Lavanya232/NeuroNexus
Artificial Intelligence
niedobam/tic_tac_toe-minimax
Game of Tic-Tac-Toe with AI solver based on Minimax algorithm with Alpha-Beta pruning. Written in Rust using macroquad gaming library
rehan-code/Alphatoe
Tic Tac Toe AI
sBubshait/AITicTacToe
Tic-Tac-Toe against AI using Minimax
votqanh/TicTacToeAI
This AI uses a depth-first search algorithm to win or draw any match
Zalanshah64/TicTacToe
An HTML-based Tic-Tac-Toe game
Akhilendra01/tic-tac-toe-ai-project
Tic Tac Toe AI implemented using Magic Sqaure Algorithm
aramirol/tictactoe
Tic Tac Toe game developed with ChatGPT
Greece4ever/Tic-Tac-Toe
Unbeatable tic-tac-toe AI game using minimax in JavaScript and Android Java (using ant and App Inventor)
mobalti/Tic-Tac-Toe-with-AI
A tic tac toe game with a minmax algorithm implementation.
priyank6378/Tic-Tac-Toe-AI
This is a Tic-Tac-Toe game AI implemented using minimax algorithm.
ranfysvalle02/TicTacToeAI
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.
remixtures/tictactoeai
AI version of TicTacToe developed as a HyperSkill project. The project implements Minimax, a brute force algorithm that maximizes the value of the own position and minimizes the value of the opponent's position.
renbkna/tic-tac-toe
A Tic-Tac-Toe game against AI.
yash343328/CODSOFT
I completed the AI internship program at Codsoft, where I successfully tackled three out of the five assigned projects. The initial project involved creating a straightforward chatbot that responds to user inputs. The second project focused on developing a tic-tac-toe game, and the final task centered around building a recommendation system.