Found 4,809 repositories(showing 30)
GantMan
Train your own TensorFlow.js Tic Tac Toe
Sebastian-Schuchmann
A Self Play reinforcement learning Agent learns to play TicTacToe using the ML-Agents Framework in Unity.
mevdschee
Python TicTacToe game with Tk GUI and minimax AI
ikramhasan
An impossible-to-beat tictactoe ai that uses the minimax algorithm. Made using flutter.
SajjadAemmi
Artificial Intelligence TicTacToe with multiple languages
AlejoG10
Tictactoe played by an unbeatable Artificial Intelligence using Python and Pygame - YouTube Tutorial
hitanshu-dhawan
:hash:ㅤA C program for a game of TicTacToe using Artificial Intelligence
RPG-coder
Tic-Tac-Toe Game with an unbeatable AI using Minimax Algorithm
aldidoanta
A Unity WebGL project for a TicTacToe game, using Monte Carlo Tree Search (MCTS) for its AI decision making.
javacodingcommunity
Create a tic tac toe AI using minimax and python.
IndieCoderMM
Unbeatable Tic-tac-toe A.I. can calculate the best moves using Minimax algorithm. Built in Python using Pygame library.
aoffahad
This is a puzzle game developed for AI lab project -- minimax unbeatable AI
thinh-dao
No description available
nashvail
Implementation of Minimax algorithm in JavaScript allowing the computer to play TicTacToe.
MohamedNourDerbeli
The provided Python code is an implementation of a command-line-based tic-tac-toe game where a AI competes against an AI opponent
Web application on Expert System and Tic Tac Toe Game with AI using html, css, js, bootstrap, flask
juanesmendez
AI Python application using Minmax adversial search algorithm for playing tic tac toe against a computer. It is impossible to beat it.
Supsource
Advanced Tic Tac Toe Using JS.
Prajwal-P
A c++ program to play tic-tac-toe with minimax tree. Try to beat and it ;-)
tatlead
Tic Tac Toe, written in C#. With Unbeatable AI function
nragland37
An unbeatable Tic-Tac-Toe Artificial Intelligence in C++, featuring the Minimax algorithm with Alpha-Beta pruning and visualized move tree traversal
elmarzouki
TicTacToe Judge And AI bot that uses Minimax algorithm with alpha-beta pruning
MauroLuzzatto
OpenAI Gym based Tic-Tac-Toe Environment
abanoub-asaad
Game Box of 4 games Sokoban, Tetris, AI-TicTacToe and Arkanoid made with Java and JavaFX.
eswar-7116
An optimal Tic-Tac-Toe AI that uses the Minimax algorithm with alpha-beta pruning and depth-aware evaluation to select the best move for winning.
gitKeshav11
A smart Tic Tac Toe AI built with Python using the Minimax algorithm for unbeatable and strategic gameplay.
aranavtiwari
created Ai using minimax Algorithms in game Theory
je-suis-tm
Python operations research applications including sudoku solver, tictactoe gaming AI
dwivedi-ai
This is a Tic Tac Toe game made by using Web Technologies. The most interesting thing in this is that it has an Artificial Intelligence to play with the user. This AI uses the Minimax Algorithm to find the best optimal move.
lukechu10
A Rusty Ultimate-TicTacToe AI using MCTS