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

GitHub topics: minimax-algorithm

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

virgs/mancala

Language: Vue - Size: 1.58 MB - Last synced at: 5 months ago - Pushed at: 6 months 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: 6 months ago - Pushed at: 6 months 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: 6 months ago - Pushed at: 6 months ago - Stars: 1 - 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: 6 months ago - Pushed at: 6 months 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: about 1 month ago - Pushed at: over 3 years ago - Stars: 13 - Forks: 3

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

binoydipu/connect4-ai

AI-Powered Connect4 Game

Language: Dart - Size: 911 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

binoydipu/tictactoe-ai

AI-Powered Tic Tac Toe Game

Language: Dart - Size: 449 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

luisegarduno/EnigmaChess

EnigmaChess - Efficient chess engine written in C++

Language: C++ - Size: 3.23 MB - Last synced at: 6 months ago - Pushed at: 6 months 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: 6 months ago - Pushed at: almost 2 years 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: 6 months ago - Pushed at: 6 months 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: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

ion727/TicTacToe_Bot

Python AI bot to play TicTacToe against.

Language: Python - Size: 29.3 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - 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: 7 months ago - Pushed at: 7 months 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: 7 months ago - Pushed at: 7 months 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: 7 months ago - Pushed at: 7 months 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: 5 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

msharjeelali/Artificial-Intelligence

Repository for Artificial Intelligence course assignment, labs and practice.

Language: Python - Size: 23.4 KB - Last synced at: 6 months ago - Pushed at: 7 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: 6 months ago - Pushed at: over 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 2 months ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 1

3ento/streamlit_tictactoe

Streamlit Tic-Tac-Toe application

Language: Python - Size: 14.6 KB - Last synced at: 7 months ago - Pushed at: 7 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: 13 days ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 0

UsamaSarwar/minimax-simulator

Minimax algorithm is used with Alpha-beta pruning in programming

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

dylandibeneditto/connect4-ai

Unbeatable Connect4 AI written in C++

Language: C++ - Size: 125 KB - Last synced at: 7 months ago - Pushed at: 7 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: 6 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

kausik-24/Tic-Tac-Toe---Minimax-AI

A GUI-based Tic-Tac-Toe game built with Python and Tkinter. Play in Single Player mode against an AI powered by the Minimax algorithm or challenge a friend in Multiplayer mode. Features include real-time score tracking, intuitive interface, and easy restart options for a fun experience!

Language: Python - Size: 4.88 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 0 - 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: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

arman-aminian/risk-game-ai-agent

Language: Java - Size: 1.3 MB - Last synced at: 7 months ago - Pushed at: almost 5 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: 7 months ago - Pushed at: about 5 years ago - Stars: 8 - Forks: 4

agrawal-rohit/tic-tac-toe-ai-bots

AI bots playing Tic Tac Toe

Language: Python - Size: 43.9 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 34 - Forks: 56

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

savka777/Alpha-Board

A Collection of AI Algorithms Beating Board Games

Size: 1.95 KB - Last synced at: 2 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

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: 4 months ago - Pushed at: 8 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: 8 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

jusexton/connect-fors

Connect four in the terminal

Language: Rust - Size: 26.4 KB - Last synced at: 3 months ago - Pushed at: 8 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: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

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: about 1 month ago - Pushed at: 11 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: 6 months ago - Pushed at: 8 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: 8 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

Dark-joy369/ai-algorithms

This Repository contain Artificial Intelligence Algorithms Codes in Python

Size: 1.95 KB - Last synced at: 8 months ago - Pushed at: 8 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: 6 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

TetieWasTaken/openchessengine

openchessengine is an open source typescript implementation of a chess engine

Language: TypeScript - Size: 510 KB - Last synced at: 2 months ago - Pushed at: 2 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: 7 months ago - Pushed at: 8 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: 8 months ago - Pushed at: 8 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: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

LeeYuJoung/OmokGo

Unity2D_대전 전략 오목 게임

Language: C# - Size: 9.33 MB - Last synced at: 8 months ago - Pushed at: 8 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: 8 months ago - Pushed at: 8 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: 8 months ago - Pushed at: 8 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: 12 days ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 3

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: 9 months ago - Pushed at: 9 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: 8 months ago - Pushed at: 9 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: 9 months ago - Pushed at: 9 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: 8 months ago - Pushed at: 9 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: 9 months ago - Pushed at: 9 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: 5 months ago - Pushed at: 9 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: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

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

Language: Java - Size: 45.9 KB - Last synced at: 7 months ago - Pushed at: 9 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: 9 months ago - Pushed at: 9 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: 7 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 1

Taha-130/tictactoe

AI-powered Tic Tac Toe game using the Minimax algorithm to play optimally against the computer.

Language: Python - Size: 120 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

jtpeller/tic-tac-toe

A web-based tic-tac-toe game written using ReactJS, JavaScript, CSS, and HTML.

Language: JavaScript - Size: 23.4 KB - Last synced at: 5 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

t0re199/AIAKRR_PROJECT

Java implementation of an automatic player for the Murus Gallicus game.

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

haoyuliao/Reinforcement-Learning-for-connectX

Implementation of Reinforcement Learning (RL) in the ConnectX game. Includes PPO, Deep Q-Learning, Minimax, and dynamic rewards to train AI agents efficiently.

Language: Jupyter Notebook - Size: 69.3 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

itzdineshx/Cs50ai_tic_tac_toe_AI

A simple Tic Tac Toe Game with AI

Language: HTML - Size: 24.4 KB - Last synced at: 4 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

Maguids/Game-Connect-Four

Version of the game "Connect Four" in terminal with search algorithms (A*, Minimax and MCTS). Second Semester of the Second Year of the Bachelor's Degree in Artificial Intelligence and Data Science.

Language: Jupyter Notebook - Size: 641 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

nonkloq/tictactoe-ai

TicTacToe AI using minimax algorithm.

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

AritraC1/TicTacToeGame

This is a Tic Tac Toe game built using Kotlin and Jetpack Compose for Android. It supports two game modes - Computer vs User (single-player mode against AI) & Player 1 vs Player 2 (local multiplayer).

Language: Kotlin - Size: 2.4 MB - Last synced at: 16 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

ppl-call-me-tima/tictactoe

Play Tic-Tac-Toe with a bot

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

theomkumar/TicTacToeVsAI

Practice Project - Cpp

Language: C++ - Size: 0 Bytes - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

LazyyVenom/Chess

Creating a Chess in Python and Py-Game

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

Leonlit/tic_tac_toe

A simple tic tac toe game using HTML, CSS and Javascript

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

Roncooo/gtproject

Project developed for the Game Theory university course

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

josephmars/connect4_solver_AI

Connect 4 AI puzzle solver using Minimax and Alpha-Beta Pruning algorithms.

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

rmodi6/pacman-ai-multiagent

Solutions to Pacman AI Multi-Agent Search problems

Language: Python - Size: 90.8 KB - Last synced at: 6 months ago - Pushed at: almost 6 years ago - Stars: 6 - Forks: 7

Soroushcro/ClashofColors

A strategic two-player board game where players compete to control a grid by coloring blocks and capturing adjacent spaces. Features a minimax AI opponent with sophisticated decision-making logic.

Language: JavaScript - Size: 31.3 KB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

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

KishanVyas308/Ai-Mini-Projects

This repository contains a collection of AI-based mini projects. Each project demonstrates the application of different AI algorithms and techniques. Currently, the repository includes the following projects:

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

Aswajith7077/TicTacToe-V1

Tic Tac Toe V1 is a classic implementation of the Tic Tac Toe game developed using HTML, CSS, and JavaScript with AI powered using Mini-max algorithm.

Language: HTML - Size: 4.84 MB - Last synced at: 8 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

ThiagoFBastos/SOS-Board-Game

SOS board game em C++ (Gtkmm3.0)

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

pouriaSameti/Fundamental-AI

The Fundamentals of Artificial Intelligence Course Projects.

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

Zedrichu/Chinese-Checkers-AI

Implementation of the Chinese Checkers game and an AI agent for it

Language: Python - Size: 1.41 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 1

hctilg/TicTacToe

TicTacToe Game

Language: JavaScript - Size: 819 KB - Last synced at: 7 months ago - Pushed at: over 2 years ago - Stars: 26 - Forks: 0

endstater/tictac

Tic Tac Toe game in html page, written by native JS with minimax algorythm.

Language: JavaScript - Size: 17.6 KB - Last synced at: 20 days ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

techgirldiaries/TicTacThinker

Developed an unbeatable tic-tac-toe game using the Minimax algorithm, featuring Player vs. Player and AI modes.

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

techgirldiaries/Ultimate-TicTacThinker

Developed an unbeatable tic-tac-toe game using the Minimax algorithm, featuring Player vs. Player and AI modes. Enhanced with Ultimate (81 squares) and Max (729 squares) modes for added complexity and strategic gameplay.

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

TaigaTi/Impossible-Tic-Tac-Toe

Impossible Tic Tac Toe with Minimax Algorithm!

Language: JavaScript - Size: 361 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

mxjoly/checkers

The french version of the checkers game developped with p5.js

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

mxjoly/connect-four

Try to beat the artificial intelligence in the famous game of connect four.

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

Sabdikay/Connect4

This is a simple Connect Four game implemented in Python with ability to play against computer

Language: Python - Size: 7.81 KB - Last synced at: 8 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Amirreza81/Artificial-Intelligence

Solutions to practical assignments of Artificial Intelligence course (CE-417) at Sharif University of Technology

Language: Jupyter Notebook - Size: 25 MB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 1

Lata2804/Tic_tac_toe-using-minimax

TIC-TAC-TOE with minimax

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

pedropcamellon/dragons-vs-unicorns

Dragons vs Unicorns reimagines Tic-Tac-Toe with mythical creatures. Challenge an AI opponent using minimax algorithm, or play against friends. A demo project built with HTML5, CSS3, and JavaScript to showcase game theory concepts.

Language: JavaScript - Size: 2.11 MB - Last synced at: 8 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

reinhardlinardi/pocnut

Web-based single-player Tic Tac Toe game with perfect AI

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

TarryCarrot7309/TicTacToe-with-AI-CPP

A Tic-tac-toe/X and O game with AI and a player vs player mode. It features a sleek UI and Modern design built with C++ using the QT framework for desktop apps.

Language: C++ - Size: 24.9 MB - Last synced at: about 1 month ago - Pushed at: 11 months ago - Stars: 3 - Forks: 0

Related Keywords
minimax-algorithm 1,451 alpha-beta-pruning 408 tic-tac-toe 396 ai 360 artificial-intelligence 298 python 258 game 248 minimax 232 tictactoe 126 javascript 126 java 113 minimax-alpha-beta-pruning 101 chess 86 python3 84 tictactoe-game 84 pygame 80 tic-tac-toe-game 66 game-development 57 chess-engine 54 cpp 54 html 51 css 49 react 46 minimax-search 44 chess-ai 40 machine-learning 36 adversarial-search 35 game-theory 35 board-game 33 reinforcement-learning 32 algorithms 32 artificial-intelligence-algorithms 29 checkers-game 27 bot 27 heuristics 27 checkers 27 csharp 26 games 26 typescript 25 genetic-algorithm 25 monte-carlo-tree-search 25 c 24 othello 24 connect4 24 algorithm 23 connect-four 23 chess-game 23 reversi 22 reactjs 21 expectimax 21 gui 21 tkinter 20 a-star-algorithm 19 game-ai 18 rust 18 connect4-ai-game 18 depth-first-search 17 astar-algorithm 17 iterative-deepening-search 17 heuristic-search-algorithms 16 tictactoe-python 15 html5 15 search-algorithm 15 neural-network 15 negamax 15 negamax-algorithm 15 android 14 console-game 13 q-learning 13 javascript-game 13 breadth-first-search 13 othello-game 12 pacman 12 js 12 gomoku 12 tic-tac-toe-python 11 minmax-algorithm 11 html-css-javascript 11 reversi-game 11 css3 11 swing 11 tictactoe-ai 11 decision-trees 11 search 10 minimax-tree 10 oop 10 minimax-agent 10 tictactoe-javascript 10 golang 10 javafx 10 hacktoberfest 10 connect-4 10 bfs-algorithm 10 mcts-algorithm 10 minmax 10 p5js 9 data-structures 9 alphabeta-minimax-search 9 othello-ai 9 tic-tac-toe-ai 9