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

Topic: "minmax-algorithm"

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: 6 months ago - Pushed at: about 5 years ago - Stars: 81 - Forks: 20

dimitrijekaranfilovic/checkers

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

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

teemoo7/bobby

Chess game

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

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: 6 months ago - Pushed at: almost 5 years ago - Stars: 20 - Forks: 1

sbvkrishna/tictactoe-flutter

A simple but smart TicTacToe game made using Flutter

Language: Dart - Size: 8.01 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 14 - Forks: 7

artakharutyunyan/chess-react

Chess game with React and min-max algorithm implementation

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

hitanshu-dhawan/TicTacToeAI

:hash:ㅤA C program for a game of TicTacToe using Artificial Intelligence

Language: C - Size: 17.6 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 12 - Forks: 9

Saurabh1999/Tic-Tac-Toe

Unbeatable Tic Tac Toe game in java with gui

Language: Java - Size: 15.7 MB - Last synced at: almost 2 years ago - Pushed at: over 8 years ago - Stars: 12 - Forks: 13

shehio/Project-Nash

A panoply of algorithms in game theory, econometrics, linear programming, and Montecarlo simulations.

Language: TypeScript - Size: 495 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 0

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

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

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

RPG-coder/TicTacToe-Game

Tic-Tac-Toe Game with an unbeatable AI using Minimax Algorithm

Language: Python - Size: 49.9 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 7 - 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

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: 15.6 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 6 - Forks: 0

FDG2801/quarto_ci_2022_2023

Quarto board game optimized with Genetic Algorithm and MinMax, plus Reinforcement-Learning.

Language: Python - Size: 128 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 1

code-geek/pybaghchal

Baghchal implementation in Python

Language: Python - Size: 39.1 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 6 - Forks: 3

bkthomps/Ajedrez

Chess game with one or two players. In either mode, only valid moves can be performed. In one-player mode, minimax alpha-beta pruning is used to determine the computer's moves.

Language: Java - Size: 4.54 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 5 - 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: 6 months ago - Pushed at: almost 5 years ago - Stars: 5 - Forks: 1

DreamAndDead/joker

A doudizhu(chinese poker) final phase cracker. (欢乐)斗地主残局分析器

Language: Python - Size: 1.73 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 5 - Forks: 0

KaixinLuo/tictectoe

this is a tictectoe project by using minmax (beat me if you can)

Language: Python - Size: 26.4 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 5 - Forks: 0

hugolgst/tictactoe

TicTacToe game built with the MinMax algorithm

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

FaisalAhmed21/CSE422-Artificial-Intelligence

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

kamilGie/Chess-Engine

Chess vs AI using Minimax Algorithm

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

Ahmed-Ibrahim-30/AI-Project-Chineese-checker

Chineese-checker game by minmax algorithm and alpha beta algorithm

Size: 4.04 MB - Last synced at: 7 months ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 3

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: almost 4 years ago - Stars: 4 - Forks: 0

nadeem4/chess_engine_using_python

Chess Engine Implementation using Minmax, Alpha-Beta Pruning, and Quiescence Search Algorithm.

Language: Python - Size: 35.5 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 2

Razamindset/pawnstar-chess-engine

A chess engine written in c++

Language: C++ - Size: 156 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 3 - 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: over 2 years ago - Stars: 3 - Forks: 0

raulpy271/pandinha-chess-engine

🐼 pandinha is a chess engine ♟️

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

bill-io/reversi_game

Reversi game with Min-Max algorithm with alpha-beta pruning

Language: Java - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 3 - 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

keivanipchihagh/Game-Theory-and-Intelligent-Thinking

🐋 A repository for useful algorithms and data structures

Language: Python - Size: 340 KB - Last synced at: 7 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

HaiderSaleem/Tic-Tac-Toe

AI Bases andorid Tic Tac Toe

Language: Java - Size: 368 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 0

Es1chUbJyan9/Othello_and_Reversi_AI

A MinMax based Othello/Reversi AI for 8x8 & 10x10

Language: C++ - Size: 20.5 KB - Last synced at: 2 months ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 4

duartefellipe/minmaxcsa

MinMax Circular Sector Arc for External Plagiarism’s Heuristic Retrieval Stage code

Language: Python - Size: 32.2 KB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 3 - Forks: 4

ts-fp-lab/haskell-chess

A Chess game in CLI + IA

Language: Haskell - Size: 33.2 KB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 3 - Forks: 2

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: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

Avt0r/Chess

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

MamadTvl/tic-tac-toe-pwa

tic-tac-toe game with ReactJs using minmax algorithm

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

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: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

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

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: 6 months ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

evolutionsoftswiss/tic-tac-toe-supervised-learning-dl4j

Supervised learning to play Tic Tac Toe. Learn a correct move for all positions from generated labels by minimax search.

Language: Java - Size: 155 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

aman247av/AI-Projects

This repository features AI-based game projects (Tic-tac-toe, Checkers, Sudoku solver) developed as part of the CS 235 course (optional).

Language: Python - Size: 658 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

N1ckn1ght/UTTT

Ultimate Tic-Tac-Toe against AI

Language: C++ - Size: 71.3 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

franco-marino/mastermind

This is a java OOP of mastermind game and also includes an AI that use Knuth Algorithm to guess the code

Language: Java - Size: 242 KB - Last synced at: over 2 years ago - Pushed at: about 3 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

Joel-T-George/DogVsCat-TTT-ChromeExtension

Game was Tested in Two Browser Chrome,Edge Get good result Tic tac toe game in DogvsCat Download and play get relax

Language: JavaScript - Size: 775 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - 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: over 1 year ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

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

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

avestura/othello-ai-minmax 📦

MinMax AI with Alpha-beta pruning for Othello board game

Language: Java - Size: 1.81 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 2 - 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

elkaRD/PSZT_ConnectFour_AI

First project for the ‘Fundamentals of Artificial Intelligence’ course. Created AI engine based on MinMax algorithm to play Connect Four game. Type of each player (human/AI) and AI parameters (depth of MinMax tree, enabling alpha-beta pruning) can be set, so it is possible to run AI vs AI game with different parameters.

Language: Java - Size: 80.1 KB - Last synced at: 7 months ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 1

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: 5 days ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 1

arnab39/Tic-Tac-Toe_MinmaxTree

My implementation of Minmax Tree using recursion

Language: C - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 0

GeorgeWeb/ASCII_Checkers 📦

ASCII Checkers Game with levels of AI : DS & Algorithms coursework, C++14

Language: C++ - Size: 1.97 MB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 0

inthra-onsap/tictactoe-minimax-algorithm

TicTacToe Console Game - Minimax & Alpha-Beta Pruning algorithm Implementation

Language: C++ - Size: 169 KB - Last synced at: 7 months ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 0

rishabhindoria/USC-Artificial-Intelligence

USC-Foundations of Artificial Intelligence Codes

Language: Java - Size: 12.7 KB - Last synced at: 4 months ago - Pushed at: almost 9 years ago - Stars: 2 - Forks: 1

TM-Mehrab-Hasan/Gomoku-Game-Using-Python

Modern Gomoku (Five in a Row) strategy game with intelligent AI opponents, beautiful graphics, and standalone executable. Features multiple difficulty levels, intuitive UI, and professional game mechanics. Built with Python & Pygame.

Language: HTML - Size: 40.9 MB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

Aqibahmed12/python-chess-game

A Python Chess Game with Tkinter GUI, Bot using Minimax, sounds, and images.

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

JCasahuga/Connect4

Creating an "AI" using minimax algorithm to never lose at Connect4

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

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

Chess Engine Approaches : Enhancing LLM accuracy

Language: Python - Size: 6.37 MB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 1 - 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: 5 months ago - Pushed at: 5 months ago - Stars: 1 - 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: 7 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

efraimnabil/Chessboard-Game

You and AI are playing a game on a chessboard.

Language: TypeScript - Size: 18.6 MB - Last synced at: 2 months ago - Pushed at: 11 months ago - Stars: 1 - 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: 4 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

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

Porjects for Algorithmic Techniques for Artificial Intelligence

Size: 326 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

oskccy/linear-regression-from-scratch

Linear regression from scratch. Pure Numpy + Pandas.

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

jerzyszyjut/ai-labs

Code solutions for artificial intelligence labs made during my studies

Language: Python - Size: 2.86 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - 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

leopoldch/ai_board_games

Game solving algorithms

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

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: 2 months ago - Pushed at: over 1 year ago - Stars: 1 - 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: over 1 year ago - Pushed at: over 1 year 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

YAV-AI/ai-tic-tac-toe

This is a command-line Tic Tac Toe game with a computer opponent that uses the minimax algorithm for strategic moves.

Language: JavaScript - Size: 4.88 KB - Last synced at: 8 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Maclow42/CChess

Welcome to CChess, a simple chess game coded in C that allows you to play against an AI using the minmax algorithm or against another person on the same screen. The graphical interface is built using the ncurses library.

Language: C - Size: 270 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

mlcsthor/teeko

Project realized for the IA41 course (Artificial Intelligence) at UTBM

Language: Python - Size: 1.26 MB - Last synced at: 27 days ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 1

techandy42/Chess_AI

A Chess AI implemented using minimax algorithm with alpha-beta pruning.

Language: Jupyter Notebook - Size: 12.7 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

TomeuRamis/4inRow

TFG. Aplicación móvil para Android consiste en el clásico juego del 4 en raya.

Language: Java - Size: 1.63 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Siddhipatade/NIM-GAME

Nim is a mathematical game of strategy in which two players take turns removing objects from distinct heaps or piles.

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

Rithvik119am/Tic-Tac-Toe

this is my attempt at the game tic tac toe

Language: Python - Size: 32.7 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

rmodi6/TicTacToe-with-AI

Tic Tac Toe game in both python and java with Artificial Intelligence for second player using alpha-beta pruning for MiniMax algorithm.

Language: Java - Size: 12.7 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 2

najlae01/gomoku-game

Gomoku Game based on MinMax Algorithm

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

chloedia/Connect4

Program using Game theory on Connect4, try to beat it 🤓

Language: Python - Size: 109 KB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 1 - 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: over 2 years ago - Stars: 1 - Forks: 0

liderako/gomoku

game Gomoku

Language: Go - Size: 2.94 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

VictorGoubet/ConnectUltra

Implentation of an AI on the connect 4 game

Language: Python - Size: 72.3 KB - Last synced at: 8 months ago - Pushed at: almost 3 years ago - Stars: 1 - 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

Rinkaswiftie/UNBEATABLE-TICTACTOE

A small desktop game that just won't let you win

Language: Java - Size: 74.2 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

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

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: about 3 years ago - Stars: 1 - Forks: 0

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

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

crushr3sist/tictactoe

MiniMax tictactoe game.

Language: Python - Size: 39.1 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

dev-yashmathur/TicTacToe

Making a tic tac toe playing AI, by backpropagation and MinMax

Size: 44.1 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - 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