GitHub topics: minmax-algorithm
cevherkarakoc/XOX-w-AI
HTML5 ve P5 kullanan ve Basit bir yapay zeka içeren XOX oyunu denemesi.
Language: JavaScript - Size: 2.49 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 0

ahmedsakrs/Connect_4 Fork of seifbassiounyy/Connect_4
Connect 4 game against AI agent using MinMax algrorithm and pyqt5 GUI framework
Size: 81.1 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

buoto/foxhounds 📦
Fox and hounds game with AI (minmax)
Language: Haskell - Size: 38.1 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 1

vhmvd/AI-for-Tic-Tac-Toe 📦
Player vs Computer TicTacToe game where the Computer never loses.
Language: C++ - Size: 14.6 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

akoreman/Reversi-MinMax 📦
Reversi game with MinMax algo to play against AI, coursework for imperative programming course (Computer Science BSc level, Utrecht University, 2016)
Language: C# - Size: 107 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Svestis/Othello_MinMax 📦
Language: Python - Size: 369 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

HenrikSandberg/TicTacToe
Excame in PGR202
Language: Kotlin - Size: 12 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

vojtechpavlu/Tic-Tac-Toe
Hra piškvorky sloužící jako demonstrace principů inteligentního rozhodování a teorie her.
Language: Python - Size: 120 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

N1ckn1ght/UTTT
Ultimate Tic-Tac-Toe against AI
Language: C++ - Size: 71.3 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

LakhderAmine99/Tic-Tac-Toe
The classic Tic Tac Toe board game with JavaScript and canvas API, with different AI based strategies to show how AI can play Tic Tac Toe.
Language: JavaScript - Size: 94.7 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

djellalmohamedaniss/tic-tac-toe-multi-agent-jade
tic-tac-toe 🎲, implemented with Jade 🤖
Language: Java - Size: 6.84 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1

iRaneem/AI-fundmental-CCAI221
This is my work at 2021/2022 include : lab , assignment and project solutions
Language: Prolog - Size: 8.53 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

Bhavneet5102001/Tic-Tac-Toe-
Used MinMax algorithm for computers move and Tkinter for Graphics
Language: Python - Size: 11.5 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

kaykaymaidou/tic-tac-toe
This is just a simple tic-tac-toe game, and learn some fun games in the meantime.
Language: JavaScript - Size: 16.6 KB - Last synced at: 9 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ARTEAGA1811/tic-tac-toe
Tic Tac Toe Game with an AI that uses the minimax algorithm.
Language: TypeScript - Size: 213 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

ivanmrsulja/checkers-bot
Very simple checkers bot made using minimax algorithm with alpha-beta pruning to calculate the ideal move.
Language: Python - Size: 30.3 KB - Last synced at: 7 months ago - Pushed at: almost 5 years ago - Stars: 5 - Forks: 1

ThePension/MorpionsIA
TicTacToe game with AI using MinMax algorithm
Language: C# - Size: 1.03 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

code-geek/pybaghchal
Baghchal implementation in Python
Language: Python - Size: 39.1 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 3

SamFu1113/Alpha-Beta-Pruning-Chess
Using alpha-beta pruning search algorithm to play the board game.
Language: C++ - Size: 425 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

keivanipchihagh/Game-Theory-and-Intelligent-Thinking
🐋 A repository for useful algorithms and data structures
Language: Python - Size: 340 KB - Last synced at: 8 months ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 0

mehboobali98/The-Game-of-Hex
An AI agent is created which plays the game of Hex using min-max and alpha-beta pruning to best his human counterparts. The AI moves are evaluated using the evaluation function in which different heuristics are used to select the best move. The alpha-beta pruning helps in finding the best move faster.
Language: Java - Size: 227 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

daksh-intwala/House-Price-Prediction--Regression-Anaylsis
A simple regression analysis of house prices in USA with 11 features selected on MECE Framework
Language: HTML - Size: 2.31 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 1

assafcarlsbad/Joust
Final project for course 20596: Prolog programming and aspects to artificial intelligence.
Language: Prolog - Size: 186 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

anacamilly/JogoDaVelha-MinMax
Jogo da velha usando o algoritmo de MinMax e a biblioteca p5js
Language: JavaScript - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

gmurro/tablut
Game Player for Fundamentals of Artificial Intelligence and Knowledge Representation class at @UNIBO
Language: Java - Size: 22.1 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 2

AsadNazir/Tic-Tac-Toe-AI
An AI based Tic Tac Toe game built with React JS.
Language: JavaScript - Size: 143 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

othmane099/tictactoe-minimax-processing
implementing MinMax Algorithm in TicTacToe game using Processing.
Language: Processing - Size: 126 KB - Last synced at: 2 days ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

Akiva-Grobman/Chess
Basic chess game, with the option to use a server or play against an AI(unfortunately the AI is an idiot)
Language: Java - Size: 472 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

Kiwasthal/tic-tac-toe
Tic-tac-toe game.
Language: JavaScript - Size: 23.4 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

alfianhid/Starbucks-EDA-and-Customer-Segmentation-with-K-means-Algorithm
Language: Jupyter Notebook - Size: 55.4 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

meirson1/Checkers-AI
Checkers game with AI opponent
Language: Python - Size: 13.7 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

firdavsn/tic-tac-toe-ai
A Tic-Tac-Toe AI that uses the MinMax algorithm to make the best moves against the player.
Language: Python - Size: 841 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

GitBrunoCode/MiniMax-Tic-tac-toe-5x5-Python
A Tic-tac-toe program which allow you to play against a basic AI built with MinMax algorithm on a 5x5 grid
Language: HTML - Size: 269 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

ByungJin-Lee/WinApi-Team
C언어를 이용한 Win32_api 프로그램, C의 TcpSock을 이용한 네트워크(1:1), MinMax 알고리즘을 이용한 오목 게임 인공지능
Language: C - Size: 206 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

paolozanchi/tic-tac-toe
Tic-tac-toe AI implementation in Vue.js, using Minmax algorithm with Alpha-Beta pruning.
Language: Vue - Size: 324 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

oriyanh/Bridge-AI
In this project we try to create a sophisticated computer agent to play the Contact Bridge card game. Our goal is to develop an agent that is tough to play against, with fast reaction time so it is able to play in real time against humans. We approached this as a search problem, and implemented search-tree heuristics based on Minimax and Monte Carlo Tree Search. Implemented as a final project for the "Introduction to Aritifical Intelligence" course of the Hebrew University of Jerusalem.
Language: Python - Size: 4.69 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 8 - Forks: 3

louisgeisler/Board_Games_Engine_TicTacToe_and_ConnectFour
Small Board Games Engine for Tic-Tac-Toe and Connect-4 with bot players
Language: Python - Size: 23.4 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

iam-benjamen/tic-tac-toe
A vanilla js tic-tac-toe with min-max algorithm implementation for computer play
Language: CSS - Size: 7.81 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

PARSA-MHMDI/AI-pacman-game-minimax
Pacman AI that utilizes minimax, alpha beta pruning, expectimax.
Language: Python - Size: 1.87 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

sfoteini/Data-Structures-Project
This project was part of the course Data Structures (ECE Department, AUTH, 3rd semester).
Language: Java - Size: 3.47 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

nazianafis/Tic-Tac-Toes
Reinforcement learning and other approaches to the classic game of Tic-Tac-Toe.
Language: Jupyter Notebook - Size: 1.37 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

Anu26092002/MinimaxTicTacToe
A Java GUI application for playing Tic-Tac-Toe againts the computer. The Game implements the Min-Max algorithm where the computer maximizes its chance for winning the game.
Language: Java - Size: 208 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

GabrielFMPinheiro/Tic-Tac-Toe-With-Minmax-Algorithm
Tic Tac Toe using the minmax Algorithm
Language: JavaScript - Size: 659 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

michael-halim/normalization-data-mining
⚖ Normalization, ( Min-Max, Z-Score, Decimal Scaling ) Method from data in Excel in Data Mining
Language: Python - Size: 996 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

kj3moraes/Tic-Tac-Toe-GamePlay
A terminal based Tic-Tac-Toe game that allows the user to battle against 3 engines of varying difficulty as well as play another human
Language: C++ - Size: 2.99 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

danfranco3/ai-connect-four
Play Connect Four against your computer!
Language: C++ - Size: 9.77 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

CarolRameder/Gomoku-AI
3 difficulty level AI that can play against a person
Language: Python - Size: 28.3 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

Amiryy/tic-tac-toe-react-redux
My version of Tic-Tac-Toe. built with Reactjs and Redux. Same old game, more possibilities.
Language: CSS - Size: 7.58 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 6

s-i-d-d-i-s/Unbeatable-Tic-Tac-Toe
An Unbeatable Tic Tac Toe Game
Language: HTML - Size: 7.81 KB - Last synced at: 6 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

abdullahsattaar/Othello-Game
Min-Max Algorithm C++ Code
Language: C++ - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

yan14171/Neutreeko-MinMax-AI
Neutreeko game implementation with WPF
Language: C# - Size: 153 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

nani757/Feature_Scaling
Feature_Scaling_Normalization_MinMaxScaling_MaxAbsScaling_RobustScaling
Language: Jupyter Notebook - Size: 189 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

icepick4/Connect-4
A little connect-4 game, made with pygame
Language: Python - Size: 129 KB - Last synced at: 7 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

barti132/tictactoeMinimax
Tic tac toe game in Pygame with minimax algorithm.
Language: Python - Size: 589 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

William9923/HalmaChecker Fork of if13518138/Halma_Checker
A halma checker game with AI Agent build using Python that use Minmax Algorithm (with Alpha Beta Pruning) and Local Search
Language: Python - Size: 2.69 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

vegardhaneberg/ChessAI
A Python Flask web application where you can play chess against a bot. The bot uses iterative deepening with minimax, move ordering and alpha-beta pruning.
Language: JavaScript - Size: 4.86 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

RivasB/app.cruz.raya
Tic Tac Toe with a simple Artificial Intelligence based on the MiniMax algorithm, optimized with Alpha-Beta pruning.
Language: Java - Size: 9.78 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Guigui14460/infection-et-intelligence-artificielle
Jeu d'infection et implémentation d'algorithmes d'intelligence artificielle
Language: Python - Size: 181 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

erik-lance/Checkers-Chess-AI
A project for the requirements of CS Intelligent Systems that lets a human play against an AI in Checkers. The agent uses Game Trees through Min/Max and Alpha-Beta Pruning.
Language: Java - Size: 79.1 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

erwinru/chess-engine
chess engine with min-max algorithm
Language: Python - Size: 799 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

mahmoud-elghonemy/Tic-Tac-Toe
python game made using pygame as an application on Minimax algorithm
Language: Python - Size: 117 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

kklassa/minimax-tictactoe
scalable TicTacToe game that allows the player to take on a friend, a bot making random moves or a bot making deliberate moves by means of the minimax algorithm on a board with custom size.
Language: Python - Size: 19.5 KB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

adborroto/checkers-player
Artificial player for checkers
Language: C# - Size: 22.5 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

Abhishekvaish/connect-4-min-max
Connect 4 AI using MinMax Algorithm
Language: JavaScript - Size: 86.9 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

Cambuchi/odin-tictactoe-ai
Play against an unbeatable Tic-Tac-Toe opponent. Written in JavaScript and utilizing min-max recursion for AI strategy.
Language: CSS - Size: 40 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Mlamalerie/Puissance4-IA
Connect 4 game using python.
Language: Python - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

KhaledTofailieh/Tic-Tac-Toe-Game
Language: Java - Size: 29.3 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

seifgneedy/Connect-4
Connect 4 game
Language: Java - Size: 238 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Siya2704/bagh-chal
AI project bagh-chal game implemented using min-max algorithm
Language: Python - Size: 1.49 MB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

abarriel/Gomoku
🏆 Make an AI capable of beating human players at Gomoku
Language: C++ - Size: 4.72 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 7 - Forks: 1

SihabSahariar/TicTacToe-GUI---MinMax-Algo
Using PyQt5, implemented a GUI for tic tac toe game where I've used Min Max Algorithm to choose the best move to win the match.
Language: Python - Size: 37.1 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

virtualms/Tablut2020_FrittoMisto
Tablut project
Language: HTML - Size: 1.12 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

EusebiuVolostiuc/SimpleConnectFour
A simple console-based Connect Four game done as a winter holiday project
Language: Python - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

shreeratn/Predicting-Credit-Card-Approval
Build a machine learning model to predict if a credit card application will get approved.
Language: Jupyter Notebook - Size: 43.9 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 1

Leonidius20/Reversi
Reversi game (Human vs AI) built with React. Uses minmax algorithm with alpha-beta pruning
Language: JavaScript - Size: 776 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

GokulSudheesh/minmax
Tic-tac-toe and Connect Four using minimax algorithm.
Language: JavaScript - Size: 773 KB - Last synced at: 7 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

MKaczkow/reversi_game
Playing Reversi with Python, using MinMax with Alpha-Beta
Language: Python - Size: 45.9 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

ayanbag/tic-tac-toe
An unbeatable tic-tac-toe with ReactJS using Minimax Algorithm
Language: JavaScript - Size: 1.28 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

sg-first/Military-chess-AI
Military chess AI based on minimax search
Language: C++ - Size: 92.8 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Preetesh21/Mars_Program
This repo contains the source code for Microsoft-Engage-2020 Mentorship Programme. The repository consists of two projects namely myPath and tic-tac-toe
Language: JavaScript - Size: 3.55 MB - Last synced at: 8 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 2

JARACH-209/AI-ML_Lab
Implementation of some AI/ML Algorithms from Scratch and classification on Wine, Iris, Boston, Breast Cancer, datasets.
Language: Jupyter Notebook - Size: 4.41 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Jubair-Ahmed-Junjun/heart-disease-prediction
Heart disease data analysis || data visualization || data preprocessing || feature selection technique || CNN apply.
Language: Jupyter Notebook - Size: 792 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

xiaanyin/chess_engine
Chinese chess engine, write by rust.
Language: Rust - Size: 35.2 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

KKVANONYMOUS/Tic-Tac-Toe-2.0
This is an upgraded version of my Tic Tac Toe game which was made earlier
Language: HTML - Size: 6.57 MB - Last synced at: 5 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Silviatulli/suboptimax
minmax planner for suboptimal explanations - Explainable Agency by Revealing Suboptimality in CHRI Learning Scenarios
Language: Python - Size: 33.2 KB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

ja841014/USC_CSCI_561
USC 2021 Spring CSCI 561 Artificial Intelligence Score: A-
Language: Java - Size: 60.5 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Sharvilpr23/TicTacToe-AI
Unbeatable Tic-Tac-Toe AI
Language: JavaScript - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

muhammadhasan01/minesweeper-kbs Fork of donbasta/minesweeper-kbs
Tugas Besar 2 IF3170 Inteligensi Buatan
Size: 981 KB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

tarptaeya/TicTacToe
Tic Tac Toe game with AI
Language: JavaScript - Size: 70.3 KB - Last synced at: 4 months ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

EdZ543/Connect-4-AI
AI that plays Connect 4
Language: JavaScript - Size: 18.6 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

ASSERT-game/tic_tac_toe
Tic tac toe implementation with an AI.
Language: C - Size: 912 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

RanaHabib/Tic-Tac-Toe-using-MINIMAX
Tic Tac Toe implemented with MINIMAX algorithm.
Language: Python - Size: 1000 Bytes - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

giordanoDaloisio/TicTacToe
This project is an implementation of a simple AI playing TicTacToe using the MinMax algorithm and a simple heuristic. This project has been made only for educational purpose
Language: Python - Size: 6.84 KB - Last synced at: 5 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

TonyChouteau/ELRIC
ELRIC - AI project to play TicTacToe, Connect4, Chess (JavaScript, Go, C, Python)
Language: C - Size: 17.6 KB - Last synced at: 7 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

RitaRez/TicTacToe
I'm awful at tictactoe, so I made a smart board that can play it for me.
Language: JavaScript - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

mahsawz/AI-Pacman-game
Language: Python - Size: 3.2 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

hanzopgp/InfectionGame
Infection game + UI + Minmax and AlphaBeta algorithms.
Language: Java - Size: 1.26 MB - Last synced at: 8 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

AwAICentrale/AwAI
Language: Python - Size: 5.47 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 2

rohankrgupta/AI-Chess
Algorithms Project : AI Chess Engine using minmax Algorithm and alpha beta pruning
Language: Python - Size: 138 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

weronikaolejniczak/tic-tac-toe
Optimization and Evolutionary Algorithms project
Language: Python - Size: 184 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0
