50 skills found · Page 1 of 2
keyu-tian / Cpp Gomoku With AIC++ Gomoku with a strong AI based on minimax search and alpha-beta pruning with Qt5 GUI. *Dozens of C++ tricks & hacks are used to improve efficiency.* Come and try to see if you can beat the powerful AI!
dimitrijekaranfilovic / CheckersA game of checkers written using minmax algorithm and alpha-beta pruning.
DKenefake / OptimalPolyGenerates MinMax polynomial approximations of functions. Stable implementation of the Remez Algorithm using multi-precision arithmetic. Also does C/C++ code generation!
teemoo7 / BobbyChess game
njmarko / Alpha Beta Pruning Minmax CheckersMinmax (minimax) algorithm with Alpha-Beta (𝛼−𝛽, ab) Pruning optimization for the Checkers (Draughts) game in Python 3. Same minimax algorithm works for chess, tic tac toe or similar games.
oriyanh / Bridge AIIn 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.
Saurabh1999 / Tic Tac ToeUnbeatable Tic Tac Toe game in java with gui
hitanshu-dhawan / TicTacToeAI:hash:ㅤA C program for a game of TicTacToe using Artificial Intelligence
RPG-coder / TicTacToe GameTic-Tac-Toe Game with an unbeatable AI using Minimax Algorithm
sbvkrishna / Tictactoe FlutterA simple but smart TicTacToe game made using Flutter
artakharutyunyan / Chess ReactChess game with React and min-max algorithm implementation
ralucanecula / MTSP Salesman Selection ACOA set of ant colony system and max-min ant system based algorithms for the single-objective MinMax Multiple Traveling Salesman Problem (mTSP) and for the bi-objective mTSP
shehio / Project NashA panoply of algorithms in game theory, econometrics, linear programming, and Montecarlo simulations.
nadeem4 / Chess Engine Using PythonChess Engine Implementation using Minmax, Alpha-Beta Pruning, and Quiescence Search Algorithm.
KamelTouati / Expert Sytem And Tictactoe Game Using Minmax Algorithm AI Project 1csWeb application on Expert System and Tic Tac Toe Game with AI using html, css, js, bootstrap, flask
juanesmendez / CS50 AI Project0 TictactoeAI Python application using Minmax adversial search algorithm for playing tic tac toe against a computer. It is impossible to beat it.
Amiryy / Tic Tac Toe React ReduxMy version of Tic-Tac-Toe. built with Reactjs and Redux. Same old game, more possibilities.
DreamAndDead / JokerA doudizhu(chinese poker) final phase cracker. (欢乐)斗地主残局分析器
code-geek / PybaghchalBaghchal implementation in Python
parvvaresh / Pacman With MIN MAXA Pacman game implementation with an AI player using the Minimax algorithm. This project showcases the classic Pacman game environment, where the player (Pacman) navigates a maze to collect points while avoiding ghosts. The AI-controlled ghosts aim to catch Pacman.