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

GitHub topics: minimax-algorithm

DidierFlamm/aigames

A Python framework to build solo or multiplayer perfect-information games, and design solvers or AI bots using algorithms like Backtracking, Pathfinding, Minimax, MCTS, or Neural Networks.

Language: Python - Size: 27.3 KB - Last synced at: about 12 hours ago - Pushed at: about 13 hours ago - Stars: 0 - Forks: 0

ksw0518/Turbulence_v4

WIP UCI chess engine written in C++

Language: C++ - Size: 21 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 5 - Forks: 3

cooperblacks/ai-projects

Collection of random A.I. applets and programs aimed at testing and implementing both currently existing or novel algorithms

Language: C - Size: 0 Bytes - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

privateboss0/Artificial_Intelligence_Stanford

Stanford-CS221 class practical's, Assignments and projects

Language: Python - Size: 698 KB - Last synced at: 3 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

shendriks/tic-tac-toe-java

A CLI implementation of Tic Tac Toe in Java using the Minimax algorithm

Language: Java - Size: 90.8 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

frottori/Chess

Chess Game and Engine

Language: Python - Size: 1.13 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

Merve00akckaya/tictactoe_AI

Play classic Tic-Tac-Toe against an intelligent AI opponent in your terminal.

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

Kbassem10/XO

🎮 A responsive Tic Tac Toe web game with unbeatable AI powered by minimax algorithm, built with Flask and JavaScript.

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

elmomoilanen/k-in-a-row

Play k-in-a-row game against a bot player

Language: Rust - Size: 689 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 2 - Forks: 0

sp-muramutsa/tictactoe

Tic Tac Toe game featuring an AI opponent using the Minimax algorithm with alpha-beta pruning to play optimally and never lose. Implemented with Python and Pygame with a clean graphical interface.

Language: Python - Size: 115 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

Ruuudy1/Seminar_GameTheory

Intro to Brainteasers + Post Order Traversal -> Minimax -> Alpha Beta Pruning

Size: 0 Bytes - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 1 - Forks: 0

kaliscandinavia/TicTacToe

Tic Tac Toe, Ultimate Collection.Play vs AI, Single or vs Friend

Language: JavaScript - Size: 756 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

JoeStrout/miniscript-alphabeta

standard AI algorithm (Minimax with alpha-beta pruning) for 2-player deterministic games, in MiniScript

Size: 11.7 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0

CodeByElie/Minimax-Tic-Tac-Toe

Language: Python - Size: 6.84 KB - Last synced at: 11 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

i13e/osmanthus

♟️ An algorithmic chess engine, written in Python.

Language: Python - Size: 1.19 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 3 - Forks: 0

di0nion/Tic-Tac-Toe

# Tic-Tac-Toe![HTML5](https://img.shields.io/badge/HTML5-E34F26?logo=html5&style=for-the-badge)![CSS3](https://img.shields.io/badge/CSS3-1572B6?logo=css3&style=for-the-badge)![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?logo=javascript&style=for-the-badge)![WebGame](https://img.shields.io/badge/WebGame-TicTacToe-blue?style=for-t

Language: JavaScript - Size: 22.5 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

marcluque/Reversi-AI

An AI for a modified Reversi version. The AI works with a game server that manages the game (https://github.com/marcluque/Reversi-Server)

Language: Java - Size: 28.5 MB - Last synced at: 5 days ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 0

lorenzofavaro/ultimate-tic-tac-toe

Implementation of a strategy for playing Ultimate Tic Tac Toe using the Minimax algorithm with Alpha-Beta pruning.

Language: Python - Size: 8.24 MB - Last synced at: 6 days ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 2

ripred/JavaChess

24-bit ANSI colored, console-based chess engine using Java. Optional multi-threaded AI using Minimax with alpha-beta pruning. Fully configurable properties including: ply depth, thread pool size, optional AI time limit, all colors, and more.

Language: Java - Size: 1010 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 16 - Forks: 3

HafsaAli0310/AIES

AIES Assignment 02: understanding and implementing the Minimax algorithm and its optimization using Alpha-Beta Pruning for the classic game of Tic-Tac-Toe.

Language: Python - Size: 210 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

Ahmed-Aquarius/Gomoku-Game

A Python five-in-a-row game, with two modes: AI vs AI and human vs AI, with the option to play in the console, or on the GUI. The AI plays intelligently by employing the minimax or the alpha-beta-pruning algorithms

Language: Python - Size: 0 Bytes - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0

Amaan-Kazi/Chess

Play chess with anyone, in your browser

Language: TypeScript - Size: 1.78 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 2 - Forks: 0

ripred/MicroChess

A full featured chess engine designed to fit in an embedded environment, using less than 2K of RAM!

Language: C++ - Size: 25 MB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 20 - Forks: 3

EphraimYoussef/Gomoku_Game

A Python-based Gomoku (Five-in-a-Row) game with a modern GUI and AI opponents using Minimax and Alpha-Beta pruning algorithms. Features adjustable board size, AI depth settings, and a sleek interface built with CustomTkinter.

Language: Python - Size: 38.1 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 0 - Forks: 0

nur-srijan/tictactoe-web

Simple web based implementation of Tic-Tac-Toe game with Minimax algorithm.

Language: JavaScript - Size: 54.7 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 1

MohammadrezaAmani/TicTocToe

Tic-Tac-Toe game implemented in C++ with Minimax algorithm and Alpha-Beta Pruning!

Language: C++ - Size: 61.5 KB - Last synced at: 1 day ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 0

aaminahfarooq/AI-Strategic-MANCALA-Game

This repository contains the implementation of a strategic AI for the Mancala board game using Python and the Tkinter library for the graphical user interface (GUI). The AI utilizes the Minimax algorithm with Alpha-Beta pruning to determine the best moves for the computer player, providing a challenging opponent for human players.

Size: 0 Bytes - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

wxn151/TicTacToe-minimax

This project implements a console-based Tic Tac Toe game where you play against an AI that using a simple minimax algorithm.

Language: Python - Size: 28.3 KB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

MH-Alikhani/Iranian-Dooz-with-AI

A web-based implementation of the traditional Iranian game "Dooz," enhanced with AI for competitive or analysis purposes.

Language: JavaScript - Size: 30.3 KB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

phatnguyen13/ChineseChess Fork of chacachiene/ChineseChess

This project implements a classic Chinese Chess (Xiangqi) game using Python and Pygame, allowing players to challenge a computer opponent powered by the Minimax algorithm.

Language: Python - Size: 76.8 MB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 2 - Forks: 1

8Altair/Tic-tac-toe

Tic-tac-toe implementation using minimax algorithm with alpha-beta pruning.

Language: Python - Size: 10.7 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 0

virgs/mancala

Language: Vue - Size: 1.58 MB - Last synced at: 5 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 0

aymenbrahimdjelloul/Unbeatable-Tic-Tac-Tao

This is a Python implementation of an unbeatable Tic Tac Toe game, The game allows a human player to compete against a computer opponent that uses the minimax algorithm to make optimal moves

Language: Python - Size: 138 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 1 - Forks: 0

Zeyad97/TicTacToe-AI-MiniMax-PyGame

A Pygame implementation of Tic Tac Toe with an unbeatable AI using the Minimax algorithm

Language: Python - Size: 0 Bytes - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 1 - Forks: 0

nadakhader04/nadakhader04-tic-tac-toe-game-with-AI

An interactive Tic-Tac-Toe game built with HTML, CSS, and JavaScript — featuring a smart AI using the Minimax algorithm

Language: JavaScript - Size: 18.6 KB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 0

Avik43218/TicTacToe

This is a Tic Tac Toe game built in Python featuring a clean GUI and an unbeatable AI opponent powered by the Minimax algorithm.

Language: Python - Size: 40 KB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

aalekhpatel07/minimax

A game-playing engine (written in Rust) that uses the Minimax Algorithm with alpha-beta pruning for arbitrary two-player Minimax games like Chess, TicTacToe, Go, Connect Four, etc.

Language: Rust - Size: 42 KB - Last synced at: 6 days ago - Pushed at: almost 3 years ago - Stars: 13 - Forks: 2

vinhdq842/Tic-Tac-Toe-AI

A Tic-Tac-Toe game for you to play against the computer.

Language: Kotlin - Size: 3.62 MB - Last synced at: 30 days ago - Pushed at: 30 days ago - Stars: 1 - Forks: 0

binoydipu/connect4-ai

AI-Powered Connect4 Game

Language: Dart - Size: 911 KB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

binoydipu/tictactoe-ai

AI-Powered Tic Tac Toe Game

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

JoyM268/sdmcet-aiml

Repository of all the programs taught in AIML Lab at SDMCET, 2025

Language: Jupyter Notebook - Size: 4.18 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

luisegarduno/EnigmaChess

EnigmaChess - Efficient chess engine written in C++

Language: C++ - Size: 3.23 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

GregoryKogan/tic-tac-toe

Simple 3x3 tic tac toe with minimax implemented in C++, compiled to wasm and run in web worker

Language: TypeScript - Size: 1.94 MB - Last synced at: 24 days ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

AlamRoman/King-Fisher-Chess-Engine

Chess engine with AI opponent, built in JavaScript.

Language: JavaScript - Size: 5.66 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

Ashok-Bhatt/Tic-Tac-Toe---Tkinter

This repository contains a GUI based game - Tic Tac Toe build using Tkinter.

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

ion727/TicTacToe_Bot

Python AI bot to play TicTacToe against.

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

TeamDman/Vehicular-Game-Theory

Code for my Master's thesis, game theory for adversarial autonomous vehicle platooning scenarios

Language: Jupyter Notebook - Size: 247 MB - Last synced at: 5 days ago - Pushed at: about 2 years ago - Stars: 13 - Forks: 0

wano-rojano/ai-agent-tic-tac-toe

A modern Tic Tac Toe game built with Flet in Python that features an AI agent opponent that implements the Minimax algorithm with alpha-beta pruning. You can play against the AI in your browser (or Live Demo) or as a desktop application!

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

RisticDjordje/ai-chess-opponent

AI chess opponent that plays reasonably well against humans (~1800-1900 ELO). The engine has 4 modes: random, minimax with piece valuation, minimax with custom piece evaluation heuristics + positional evaluation heuristic, alphabeta pruning

Language: Jupyter Notebook - Size: 6.92 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

MillanUka/Tic-Tac-Toe-Updated

Tic Tac Toe using a minimax Algorithm, the AI will never lose. Made in React

Language: JavaScript - Size: 4.07 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Amaan-Kazi/Tic-Tac-Toe-Java

Tic Tac Toe with bot and online play made in java

Language: Java - Size: 33.2 KB - Last synced at: 22 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

devluxor/sapphire-chess

Sapphire Chess is a Chess engine, entirely written from scratch. It has complete game rules, an algebraic input systen, and a functional AI. It provides three game modes: Human vs. Human, Human vs. AI, and AI vs. AI. It also comes with an optional UI.

Language: Ruby - Size: 348 KB - Last synced at: 4 days ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

msharjeelali/Artificial-Intelligence

Repository for Artificial Intelligence course assignment, labs and practice.

Language: Python - Size: 23.4 KB - Last synced at: 23 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

MuskanPaliwal/AI-Tic-Tac-Toe

Contains step-by-step creation of an Artificial Bot that plays Tic-Tac-Toe intelligently.

Language: Python - Size: 852 KB - Last synced at: 26 days ago - Pushed at: about 2 years ago - Stars: 12 - Forks: 2

MonHauVD/Caro_AI

The Caro AI game use minimax algorithm

Language: Python - Size: 29.7 MB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 4 - Forks: 1

3ento/streamlit_tictactoe

Streamlit Tic-Tac-Toe application

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

SverreNystad/board-master

BoardMaster utilizes the power of the Minimax algorithm, to simulate the best AI opponents one can face in simple board games.

Language: Java - Size: 3.96 MB - Last synced at: about 21 hours ago - Pushed at: 8 months ago - Stars: 4 - Forks: 0

shrutijaiswal2905/Tic-Tac-Toe_AI_Game

A Python-based Tic-Tac-Toe game with a simple GUI built using Tkinter. It features both Single Player mode (with AI using the Minimax algorithm) and Multiplayer mode, offering a fun and interactive way to play and learn about game logic and GUI development.

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

UsamaSarwar/minimax-simulator

Minimax algorithm is used with Alpha-beta pruning in programming

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

dylandibeneditto/connect4-ai

Unbeatable Connect4 AI written in C++

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

MorganKryze/Connect-4 📦

A simple connect-4 game built with python and blessed.

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

utkuatasoy/Othello-Reversi-AI

This project presents an AI-driven Othello (Reversi) game designed to compare multiple algorithms, including Minimax, MCTS, A*, Q-Learning, and Negamax. It demonstrates various difficulty levels, which introduce controlled randomness to the AI for a more dynamic gameplay experience.

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

arman-aminian/risk-game-ai-agent

Language: Java - Size: 1.3 MB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 15 - Forks: 3

tanhongit/JavaScript-Tic-Tac-Toe-Project

This tic-tac-toe game applies a minimax algorithm to AI players and no one can beat it. An invincible game!

Language: JavaScript - Size: 30.3 KB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 8 - Forks: 4

Mycyl/Fischers-Fish-Chess-Engine

♟️Fischers Fish is a chess engine that employs the minimax algorithm along with related heuristics written in java

Language: Java - Size: 220 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

Rico1102/Chess-Decision-Tree-

Chess game with two modes against friend or against computer

Language: Python - Size: 126 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: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

pablorocg/kulibrat

Kulibrat: A Python implementation of a strategic 3x4 board game with multiple AI opponents. Features both console and graphical interfaces, with AI players using minimax, Monte Carlo Tree Search, and Principal Value Search strategies.

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

kanavgoyal898/QueensGambit

QueensGambit is a Python-based chess engine using the Minimax algorithm with alpha-beta pruning to make optimal moves. It incorporates piece values inspired by AlphaZero and an entropy-based evaluation for dynamic gameplay. The engine supports both human-AI and AI-AI matches.

Language: Python - Size: 1.25 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

ntmkimm/CARO-GAME-GOMOKU-HCMUS

MINIMAX - ALPHA BETA PRUNING | CARO GAME - GOMOKU | HCMUS PROJECT

Language: C++ - Size: 120 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 1

Voltamon/Tic-Tac-Toe-in-C

This is a simple command-line implementation of the classic Tic Tac Toe game, written in C. The game allows a human player to play against a computer opponent that uses the minimax algorithm to determine the best moves.

Language: C - Size: 14.6 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

University-Project-Repos/UU-Game

Agile-developed quarto 'UU-game'. Implemented AI-driven #1 game engine for purchase. Integrated one platform, implemented another. Seems only group to finish intact despite seamless enduring cyclic passive aggression. First project in first term at UU. Graded distinction w/o half credit. As any "clown". Doc hidden in Wiki, even from me when working

Language: Python - Size: 20.4 MB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

jusexton/connect-fors

Connect four in the terminal

Language: Rust - Size: 26.4 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

ahmadfantastic/chess_checkmate_puzzle_solver

Solves Chess Checkmate Puzzles using simple AI search techniques

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

fraineralex/ChessAI

🤖 Chess AI using the minimax algorithm with alpha-beta pruning.

Language: Python - Size: 2.07 MB - Last synced at: 6 days ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 1

Voltamon/TicTacToe-Rust

This is a Tic Tac Toe game in Rust. It implements the Minimax Algorithm for decisive AI moves.

Language: Rust - Size: 32.2 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

ema-g72/Awari

A text based version of Awari board game, implemented with the minimax algorithm.

Language: C - Size: 11.7 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

rJefferyXie/Chess-Program-with-Minimax-Visualizer

A functional chess game implemented in python, with pygame as a supporting graphics module.

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

savka777/Alpha-Board

A Collection of AI Algorithms Beating Board Games

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

Dark-joy369/ai-algorithms

This Repository contain Artificial Intelligence Algorithms Codes in Python

Size: 1.95 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

TizianoMontenegro/Tic-Tac-Toe-AI

The game of Tic-Tac-Toe using an adversarial search algorithm called Minimax.

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

TetieWasTaken/openchessengine

openchessengine is an open source typescript implementation of a chess engine

Language: TypeScript - Size: 501 KB - Last synced at: 23 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

NirajXtha/chess

Chess ai using minimax, optimized with alpha-beta pruning in PHP

Language: JavaScript - Size: 33.7 MB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

Aditya-Ranjan1234/Tic-Tac-Toe

A Tic-Tac-Toe AI using the Min-Max algorithm for optimal move selection, ensuring unbeatable gameplay

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

psimatis/Mancala-AI

The Mancala board game with several AI bots

Language: Python - Size: 2.04 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

LeeYuJoung/OmokGo

Unity2D_대전 전략 오목 게임

Language: C# - Size: 9.33 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

OfrenDialsa/OptimalTic

OptimalTic🎮 is a Tic-Tac-Toe game featuring intelligent AI powered by the Minimax algorithm

Language: Kotlin - Size: 230 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

08BitPixels/Tic-Tac-Toe-AI

A PvAI Tic Tac Toe game that uses the unbeatable Minimax Algorithm to play against you.

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

VarunS2002/Ionic-Tic-Tac-Toe

This is a fully fledged 2 or 1 player tic-tac-toe game written in TypeScript using Ionic Framework.

Language: HTML - Size: 13.7 MB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 5 - Forks: 3

ramazancetinkaya/tictactoe

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: 19.5 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 77 - Forks: 5

AnasMohammad4321/Chess-AI

Chess.AI: Unleash AI's power in chess with a sleek Python engine. Elevate chess to new heights.

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

Pasek108/TicTacToe

Three tic-tac-toe versions in two modes. Playable vsvs AI, vs player locally and multiplayer in real-time

Language: JavaScript - Size: 2.55 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

Jyotshna25/CODESOFT_TASK2

An AI-powered Tic-Tac-Toe game 🎮 using the Minimax algorithm 🤖. Play against an unbeatable AI that makes the best possible moves! ❌⭕

Language: Python - Size: 0 Bytes - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

TarikSeyceri/Connect4.ai.js

Connect4 v4.0, Is a game developed in four versions, Node.js + AI, Java SE, C++, C, newer to older respect

Language: JavaScript - Size: 1.14 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

ognjenvujovic04/asp-checkers-bot

This project was created as part of the Algorithms and Data Structures course. It is a checkers game featuring an AI opponent that utilizes the Minimax algorithm with alpha-beta pruning for decision-making. The game includes a graphical interface, two game modes, and visual indicators for available moves.

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

End3r6/MiniMax-TicTacToe

A simple java app that lets you play tic tac toe with a bot using the mini-max algorithm

Language: Java - Size: 26.4 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

hamdmoin/TicBot

TicBot is a web-based Tic-Tac-Toe game where you can play against an AI opponent. The AI uses the Minimax algorithm to make optimal moves, ensuring a challenging game for the player.

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

rodrigo-troy/Tic-Tac-Toe-with-AI-java

Language: Java - Size: 45.9 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

liAmirali/UIAI-MultiAgent-Search Fork of InFluX-M/UIAI-MultiAgent-Search

This repository implements a Pacman AI agent that uses the minimax algorithm with alpha-beta pruning to make strategic decisions in a multi-agent game environment

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

Rishabhmannu/Minimax-Algorithm-Tic-Tac-Toe

Classic Tic Tac Toe implementations in C++ (console-based with minimax) and Python (GUI with α-β pruning), showcasing AI decision-making algorithms for perfect gameplay

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

Related Keywords
minimax-algorithm 1,402 alpha-beta-pruning 393 tic-tac-toe 384 ai 341 artificial-intelligence 288 python 247 game 241 minimax 221 javascript 126 tictactoe 122 java 110 minimax-alpha-beta-pruning 95 chess 84 python3 81 tictactoe-game 80 pygame 77 tic-tac-toe-game 63 chess-engine 53 cpp 52 html 51 game-development 50 css 49 react 44 minimax-search 41 chess-ai 37 adversarial-search 34 machine-learning 34 game-theory 33 algorithms 32 board-game 31 reinforcement-learning 29 artificial-intelligence-algorithms 29 bot 27 games 26 heuristics 26 genetic-algorithm 25 checkers-game 25 csharp 25 checkers 24 connect4 24 typescript 24 othello 24 chess-game 23 monte-carlo-tree-search 23 algorithm 23 c 23 reversi 22 reactjs 21 connect-four 21 gui 20 expectimax 19 tkinter 18 connect4-ai-game 18 a-star-algorithm 17 astar-algorithm 17 depth-first-search 17 iterative-deepening-search 17 rust 16 neural-network 15 negamax 15 negamax-algorithm 15 heuristic-search-algorithms 15 search-algorithm 15 tictactoe-python 15 game-ai 15 html5 14 android 14 javascript-game 13 breadth-first-search 13 console-game 12 othello-game 12 js 12 minmax-algorithm 12 pacman 12 hacktoberfest 11 tictactoe-ai 11 tic-tac-toe-python 11 decision-trees 11 reversi-game 11 q-learning 11 gomoku 10 html-css-javascript 10 swing 10 tictactoe-javascript 10 minmax 10 minimax-tree 10 css3 10 javafx 10 p5js 9 bfs-algorithm 9 data-structures 9 flask 9 recursion 9 othello-ai 9 golang 9 tic-tac-toe-ai 9 nodejs 9 minimax-agent 9 unity 9 oop 9