An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: minmax-algorithm

Razvan48/Proiect-Licenta-FMI-UNIBUC

Proiect Licenta Anul 3, Facultatea de Matematica si Informatica, Universitatea din Bucuresti

Language: C - Size: 10 MB - Last synced at: 2 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

ps428/AI-Projects

Contains the projects made during the course CSD 311 Artificial Intelligence taught by Prof. Saroj Kaushik

Language: Python - Size: 1.4 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

taufiqnoorani/spec-game

A short multiplayer game that can be played with friends (up to 4 players in split-player) or against an AI opponent.

Language: Python - Size: 388 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 2 - Forks: 0

Aditya-Ranjan1234/ChessMaster-AI-Minimax-Reinforcement-Learning-Visualization

Chess Engine Approaches : Enhancing LLM accuracy

Language: Python - Size: 6.35 MB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

Razamindset/pawnstar-chess-engine

A chess engine written in c++

Language: C++ - Size: 156 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 3 - Forks: 0

malikmalikayesha/Reversi

Interactive Reversi AI game featuring Hill Climbing and Minimax algorithms with Alpha-Beta pruning. Compare AI strategies through real-time visualizations and performance analysis. Educational project demonstrating practical AI applications in game development with detailed algorithmic decision-making processes.

Language: Python - Size: 940 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

222thunder/Tik-tak-toe

A simple Python implementation of a solo Tic-Tac-Toe game where a single player plays against themselves or tests game logic manually. This text-based version runs in the terminal and focuses on the core mechanics of the classic 3x3 grid game.

Language: Python - Size: 6.84 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

Avt0r/Chess

Language: Java - Size: 9.86 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 1

VincentPinet/421-solver

Computing optimal strategy for the dice game 421

Language: C++ - Size: 26.4 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

zubairahm3d/AI-Checkers-Game

Final Project – Artificial Intelligence (Spring 2024), FAST NUCES. Built a Python Checkers game with an AI opponent using Minimax with Alpha-Beta pruning and heuristic evaluation for smart move selection.

Language: Python - Size: 6.84 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

NimraRauf1/BasicAI_Algorithms

Collection of basic AI algorithms implemented in Python.

Size: 0 Bytes - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Alicia105/Chess

Chess game with AI adverser

Language: C++ - Size: 325 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

JoeNice1/react-tic-tac-toe

A single-player Tic-Tac-Toe game built with React, featuring a simple AI opponent, clean UI, and deployable on Vercel.

Language: JavaScript - Size: 212 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

MamadTvl/tic-tac-toe-pwa

tic-tac-toe game with ReactJs using minmax algorithm

Language: JavaScript - Size: 272 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

keyu-tian/Cpp-Gomoku-with-AI

C++ 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!

Language: C++ - Size: 12.5 MB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 81 - Forks: 20

szelinskip/nine_mens_morris

Nine men's morris game implementation with computer AI based on minmax algorithm (enhanced with alpha beta prunning) made for AI course at Wroclaw University of Science And Technology. Implementation is done in C++ with QT lib serving as GUI.

Language: C++ - Size: 220 KB - Last synced at: 3 days ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 1

selma-Bentaiba/Mancala_Game_AI_Using_Minimax_and_Alpha_Beta_Pruning

Mancala AI that thinks ahead! This game uses Minimax with Alpha-Beta pruning to strategize, compete, and outsmart you 🚀

Language: Python - Size: 398 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

SaurabhJalendra/Catch-up-with-Numbers-and-Prolog-Decision-System

This repo features two AI-driven projects: a Python game that employs Min-Max and Alpha-Beta pruning algorithms for strategic gameplay, and a Prolog-based expert system designed for optimizing water resource management using decision trees.

Language: Jupyter Notebook - Size: 1.05 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

FaisalAhmed21/CSE422-Artificial-Intelligence

Language: Jupyter Notebook - Size: 16.2 MB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 4 - Forks: 0

parvvaresh/pacman-with-MIN-MAX

A 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.

Language: Python - Size: 12.7 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 0

haoxiang-xu/connect-X

This web application provides a comprehensive platform for testing and interacting with various AI agents developed for the ConnectX game. Built with a React frontend and a Python Flask backend, this platform offers a visually engaging interface that allows users to easily interact with and evaluate the performance of different game AI agents.

Language: Jupyter Notebook - Size: 39.5 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Thanos2002/Three-Letter-AI-Game

A two-player game using MINIMAX algorithm

Language: Java - Size: 9.77 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

ThashmikaX/Tictactoe-Game

Minmax algorithm and Alpha-beta pruning implemented python Tic-Tac-Toe game (still developing)

Language: Python - Size: 115 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

teemoo7/bobby

Chess game

Language: Java - Size: 1.26 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 22 - Forks: 13

horlathunbhosun/java-tic-tac-toe 📦

This is class project for ai using minmax and minmax alpha pruning

Language: Java - Size: 33.2 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

debitcash/Checkers

Checkers game: Player vs AI (Minimax with Alpha-Beta), Player vs Player, Over the Network.

Language: C++ - Size: 94.4 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Rupert-S/Simple-ChessAI

Simple-ChessAI is a project designed for an Introduction to Artificial Intelligence course, highlighting key AI principles like agents, their operational environments, and advanced algorithms such as alpha-beta pruning.

Language: Python - Size: 63.5 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

jedrzejratajczak/Mankala 📦

Mankala game with min-max and alfa-beta algorithms

Language: Python - Size: 129 KB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Vincent-Devine/Math_Projects 📦

Multiple project with the aims to learn some aspect of math: fluid mecanis, gravitational field, mini max algo, procedural generation, quaternion, spline

Language: ShaderLab - Size: 126 MB - Last synced at: 4 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Ahmed-M-Aboutaleb/AI-2025-Gomoku

An Intelligent Gomoku Player using the Minimax Algorithm, Alpha-Beta Pruning, and Heuristic Functions.

Language: Python - Size: 11.7 KB - Last synced at: 4 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

njmarko/alpha-beta-pruning-minmax-checkers

Minmax (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.

Language: Python - Size: 357 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 20 - Forks: 1

efraimnabil/Chessboard-Game

You and AI are playing a game on a chessboard.

Language: TypeScript - Size: 18.6 MB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

urav06/chess

şahmat

Language: Python - Size: 145 KB - Last synced at: 4 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 3

EmmanuelEzenwere/AIND-AIprojects

Portfolio of AI projects developed during my Udacity AI Nanodegree, covering Planning AI, Constraint Satisfaction, Hidden Markov Models, and Search algorithms.

Language: HTML - Size: 3.75 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

hugolgst/tictactoe

TicTacToe game built with the MinMax algorithm

Language: Ruby - Size: 25.4 KB - Last synced at: 3 months ago - Pushed at: about 7 years ago - Stars: 5 - Forks: 0

Luv2SeeYouCry/TICTACTOE-GAME

A simple Tic Tac Toe game built using HTML, CSS, and JavaScript. This project allows players to enjoy the classic game in Player vs Player or Player vs AI mode.

Language: JavaScript - Size: 11.7 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Md-Emon-Hasan/Tic-Tac-Toe-with-AI

🎮 Web-based game that allows users to compete against a smart AI opponent, utilizing Flask for the backend and Bootstrap for frontend.

Language: HTML - Size: 7.81 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

kamilGie/Chess-Engine

Chess vs AI using Minimax Algorithm

Language: C++ - Size: 66.4 MB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 4 - Forks: 1

DussanFreire/Min-Max-algorithm__Othello-game

Language: Python - Size: 85 KB - Last synced at: 5 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

VictorGoubet/ConnectUltra

Implentation of an AI on the connect 4 game

Language: Python - Size: 72.3 KB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

artakharutyunyan/chess-react

Chess game with React and min-max algorithm implementation

Language: JavaScript - Size: 2.07 MB - Last synced at: 7 months ago - Pushed at: almost 4 years ago - Stars: 14 - Forks: 5

theosorus/IA-Towa

An ia for the towa board game using the MinMax algorithm with alpha-beta

Language: Java - Size: 189 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

BadrTM/Scotland-Yard-AI

An implementation of a custom MrX AI for the game Scotland Yard. An AI that plays the role of MrX, using advanced algorithms to outmaneuver detectives on the game board.

Language: Java - Size: 18.4 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

VotreWaken/TicTacToe

Tic-Tac-Toe using TCP/IP connection with functional approach and Minimax algorithm

Language: C++ - Size: 9.77 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

sergi-s/Special-Topics-in-Artificial-Intelligence

Porjects for Algorithmic Techniques for Artificial Intelligence

Size: 326 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

raulpy271/pandinha-chess-engine

🐼 pandinha is a chess engine ♟️

Language: Python - Size: 155 KB - Last synced at: 20 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

oskccy/linear-regression-from-scratch

Linear regression from scratch. Pure Numpy + Pandas.

Language: Python - Size: 22.5 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

l1h2/Tic-Tac-Toe

Tic tac toe AI with MinMax and aplha-beta prunning.

Language: Python - Size: 1.21 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

renPratt/AISuperTicTacToe

This is a project that plays a professor's version of SuperTicTacToe against you (or other robots) and should win every time (it does not). It uses a minmax algorithm with alpha beta pruning.

Language: Java - Size: 369 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

JDSherbert/Chess

A simple command-line chess game implemented in C++. It allows you to play against an AI player using basic chess rules.

Language: C++ - Size: 26.4 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

rahman-samiur/connect-4-game-using-min-max-algorithm

Connect-4 Game using Min-Max Algorithm & Alpha-Beta Pruning

Language: Python - Size: 4.43 MB - Last synced at: 4 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

Jai0212/AI-Chess-Engine

A customizable chess game which allows you to play human vs human, computer vs human and computer vs computer. The computer AI is implemented through the MiniMax algorithm and enhanced with Alpha-Beta pruning

Language: Java - Size: 61.5 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

danylevych/Tic-Tac-Toe

Game Tic Tac Toe by using SFML libraty

Language: C++ - Size: 497 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Bokhtiar-Adil/Fill-The-Squares

A small Java-based game

Language: Java - Size: 4.23 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

Apurv56kum/Tic-Tac--Toe-Game

Create an HTML Tic Tac Toe Game by using JavaScript. Tic-tac-toe, noughts and crosses, or Xs and Os is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.

Language: JavaScript - Size: 9.83 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

RainerZ/Connect4

Connect4 (Score4, Vier in einer Reihe, Vier gewinnt) game in Java/JavaFX and minimax AI

Language: Java - Size: 443 KB - Last synced at: 12 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

jerzyszyjut/ai-labs

Code solutions for artificial intelligence labs made during my studies

Language: Python - Size: 2.86 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

g-30/tic-tac-toe

Unbeatable Tic Tac Toe. Single-page HTML, CSS & JavaScript

Language: HTML - Size: 11.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

hanadiasfour/Tic_Tac_Toe

This Tic-Tac-Toe game has different gameplay modes including an unbeatable AI using the Minimax algorithm.

Language: Java - Size: 283 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

zane0703/AI-Tic-Tac-Toe

Playing Tic Tac Toe with a AI code using C and compiled to WebAssembly

Language: C - Size: 45.9 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

TravisHuy/TicTacToe

Game XOXO android

Language: Kotlin - Size: 121 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

muhammadsaadx/Tic-Tac-ToeUsingMinimaxAlgorithmWithAlpha-BetaPruning

Implementing a Tic-Tac-Toe AI using Python, leveraging the Minimax algorithm with Alpha-Beta pruning for optimal decision-making. Features include parallelization for performance and heuristic evaluation. Play against the AI in a console-based game, exploring strategies and performance optimizations in game theory.

Language: Jupyter Notebook - Size: 11.7 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

greedann/Artificial-Intelligence

Labs of artificial intelligence

Language: Python - Size: 1.52 MB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

VincentPinet/videopoker-solver

Solving 9/6 Jacks or Better

Language: C++ - Size: 27.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

leopoldch/ai_board_games

Game solving algorithms

Language: Python - Size: 29.7 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

plelental/tic_tac_toe_open_cv

An unbeatable tictictoe game. Using: Java8, OpenCV, MinMax Algorithm

Language: Java - Size: 106 KB - Last synced at: about 1 year ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

akhil838/Tic-Tac-Toe-AI

AI based Tic Tac Toe using Min-Max Algorithm ( GUI Supported )

Language: Python - Size: 10.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

HabibaMohamedS/Othello

Python Othello Board Game to be played in Human vs. Computer mode, using alpha-beta pruning (minmax algorithm) algorithm.🎮👾🤖🏆

Language: Python - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Ryaaad/TicTacToe

Language: Go - Size: 20.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

RohanSangle/tictactoe_game

Tic tac toe game with play with computer/multiplayer options.

Language: JavaScript - Size: 953 KB - Last synced at: 22 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

GuillaumeDorschner/Othello-ESILV 📦

Python-based Othello game with a strategic AI opponent, featuring advanced algorithms for an engaging gameplay experience.

Language: Python - Size: 3.03 MB - Last synced at: about 8 hours ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Omar-Radwan/Risk

Strategy game in which players want to maximize the size of the territory they have

Language: Python - Size: 11.1 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 3

alin00r/AI-searching-Algorithms

AI searching Algorithms Implementation with Nodejs

Language: JavaScript - Size: 2.95 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

dimitrijekaranfilovic/checkers

A game of checkers written using minmax algorithm and alpha-beta pruning.

Language: Python - Size: 162 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 39 - Forks: 13

xlnwel/board-game

Adversarial search algorithms on board games

Language: C++ - Size: 38.1 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

go-row/3TAI

A simple tic tac toe game which consists of a bot created using the Minimax algorithm.

Language: JavaScript - Size: 49.8 KB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Morasiu/TicTacToe

It's algorythm for Tic Tac Toe, written in Python3

Language: Python - Size: 13.7 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

Coruscant11/Rust-Oware-AI

Rust implementation of a minimax algorithm. The game is a custom version of the Oware. Using Alphabeta pruning, move ordering, and a tiny iterative deepening.

Language: Rust - Size: 14.6 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

taiphanvan2k3/ChessAI

An AI game project for the Artificial Intelligence subject using Alpha-Beta pruning

Language: Python - Size: 700 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Eduardo99RP/Tic-Tac-Toe-Python

Programa del juego Tic-Tac-Toe usando python y algoritmos de inteligencia artificial

Language: Python - Size: 9.32 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

baotoq/Gomoku

Gomoku game with AI, MiniMax algorithm

Language: Java - Size: 121 KB - Last synced at: about 1 year ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 1

rishaviitd/TicTacToe_Artificaial-Intelligence

AI-powered Tic Tac Toe game programmed in Python with Pygame, offering Human vs Human and AI vs Human modes.

Language: Python - Size: 28.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

carnivuth/Bimbe-di-Turing Fork of AGalassi/TablutCompetition

Tablut player bimbe

Language: HTML - Size: 759 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 1

a2ys/chess-ai

A chess AI (currently in development) made in Python and GUI provided by Pygame.

Language: Python - Size: 448 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

tyrc94/tic-tac-toe

A game of noughts and crosses (or tic-tac-toe) with a simple AI implementation (minimax)

Language: C++ - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

RahulRavishankar/AI-Chess-Engine

Implemented Min-max algorithm to assist the AI agent to make its next move in Chess

Language: C++ - Size: 9.91 MB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

YashChavanWeb/AI_Tic-Tac-Toe

Experience classic Tic Tac Toe in two modes - challenge a friend in player mode or test your skills against an intelligent AI using the Min-Max algorithm. Built with HTML, CSS, and JavaScript, this game boasts a clean layout and engaging gameplay for hours of strategic fun.

Language: JavaScript - Size: 49.8 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

LlfeSteal/AlphaBeta_ConnectFour_AI 📦

Alpha Beta algorithm implementation for ConnectFour game.

Language: Java - Size: 21.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

TheStevenDev/TicTacToe-AI

A TicTacToe BOT in JS with Minimax algorithm

Language: JavaScript - Size: 11.7 KB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

najlae01/gomoku-game

Gomoku Game based on MinMax Algorithm

Language: Java - Size: 389 KB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

vivieall/Quoridor-CA

Repo para el desarrollo del Juego Quoridor para el curso de Complejidad Algorítimica UPC

Language: Jupyter Notebook - Size: 533 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

cw-shubhamMuniyal/TicTacToeAI

Tic tac toe game played with AI or another Human

Language: JavaScript - Size: 1.25 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

leesamuel423/ai-chess

chess ai utilizing minmax w/ alpha-beta pruning

Language: Python - Size: 942 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 0

Ramzi-Abidi/tic-tac-toe-with-minimax-algo

TIC TAC TOE game using min-max algorithm

Language: JavaScript - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

abir006/Field-Capturer

Showcasing AI implementation for a basic game, and web programming.

Language: Vue - Size: 2.55 MB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Arshad221b/unbeatable_tic_tac_toe

Perform unbeatable tic tac toe using min max algorithm

Language: Python - Size: 142 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

siddhant7011/Tic-Tac-Toe-with-AI

Python Tic Tac Toe with Minimax AI Conquer Tic Tac Toe with an unbeatable AI built using Python and the powerful Minimax algorithm.

Language: Python - Size: 94.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

christian0101/JavaAdvancedMinMax

Advanced min/max methods for java.

Language: Java - Size: 438 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

FarInHeight/Computational-Intelligence-Project

Project for the Computational Intelligence course 23/24 - Politecnico di Torino

Language: Jupyter Notebook - Size: 29.9 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

nhoxbypass/SharpCaro

Simple Caro games with dummy AI

Language: C# - Size: 93.8 KB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0