Topic: "minimax-algorithm"
bennywong3/Play-Connect4-with-Robotic-Arm-via-App Fork of AlanWan2000/fyp_connectfourbot
Play Connect 4 with a 3D printed Robotic Arm via App
Language: Java - Size: 139 MB - Last synced at: 13 days ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 1

DispatchCode/T3C
Tic Tac Toe written in C using MiniMax algorithm with alpha-beta pruning
Language: C - Size: 724 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 1

apostolisv/chess-ai
Chess AI using the minimax algorithm in python.
Language: Python - Size: 183 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 0

zakuraevs/connect4-ai
A Connect 4 GUI with an AI opponent - using the Minimax algorithm with Alpha-Beta pruning
Language: Python - Size: 34.2 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 3

lpapailiou/chess
A chess game in java, allowing to play against an ai opponent.
Language: Java - Size: 10.1 MB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 3

PaletiKrishnasai/Scriba
A gui based application containing Tic Tac Toe and a Text Editor, to either play or type! .
Language: Python - Size: 4.87 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 1

Elzawawy/risky
RISKY is a simple abstract version of the classic strategy Game (RISK), provided with a an easy to use web-based GUI.
Language: Python - Size: 4.8 MB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 2

nfraz007/tic_tac_toe
A simple tic tac toe (Unbeatable AI) game in vue js framework using minimax algorithm
Language: Vue - Size: 745 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 4 - Forks: 0

justinjose7/checkers-ai
Checkers AI implementation using alpha beta search
Language: Java - Size: 158 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 0

parimatrix/ticTacToe_Bot
View demo here: https://adoring-knuth-c94bec.netlify.com/
Language: JavaScript - Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: almost 7 years ago - Stars: 4 - Forks: 0

pulkitmaloo/Ultimate-Tic-Tac-Toe
AI-Bot for Ultimate-Tic-Tac-Toe in Python
Language: Python - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 7

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

i13e/osmanthus
♟️ An algorithmic chess engine, written in Python.
Language: Python - Size: 1.19 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 3 - 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: about 1 month ago - Pushed at: 2 months ago - Stars: 3 - 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: 3 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 0

sametcn99/tic-tac-toe
Tic-Tac-Toe with AI is a web-based game built using React. The game provides a simple interface for playing Tic-Tac-Toe against an AI opponent. The game logic is implemented in JavaScript, and it uses the minimax algorithm to create a challenging AI opponent.
Language: TypeScript - Size: 287 KB - Last synced at: 10 days ago - Pushed at: 7 months ago - Stars: 3 - Forks: 0

codyjk/RustChess
♜ A classical chess engine, written in Rust 🦀
Language: Rust - Size: 861 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 1

atenadadkhah/iceXO
Graphical Tic tac toe game using minimax algorithm.
Language: JavaScript - Size: 202 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

nervaljunior/IA-ML-hub
this reversi game AI
Language: Jupyter Notebook - Size: 1.55 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1

KDevZilla/KReversi
Reversi game written in c#
Language: C# - Size: 1.67 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

Debanjan2001/Connect-4-AI
An Implementation of a Game called Connect-4 to explore how an AI can be designed and also to learn about MiniMax algorithm with alpha-beta pruning
Language: JavaScript - Size: 1.83 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

tanhongit/rails-tic-tac-toe-project 📦
This is the tic tac toe game with multiple modes: play with AI, two-player mode with lots of customization, invincible mode.
Language: Ruby - Size: 1.45 MB - Last synced at: 5 months ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0

Nedal-Esrar/Tic-Tac-Toe-With-AI
Tic Tac Toe with implemented with the mini-max algorithm
Language: JavaScript - Size: 9.77 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

Navid079/XO-Genius
🤖 XO Genius is an AI-powered Tic Tac Toe game written in Java using the Swing library.
Language: Java - Size: 457 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

Navid079/ReversiAI
This repository contains an implementation of the Reversi game with an AI player using the minimax algorithm. The game is developed in Java, with a graphical user interface built using Java Swing.
Language: Java - Size: 1.16 MB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

SalehShakour/Monopoly-game
Language: Python - Size: 20.5 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

Bardiafa/Tic-Tac-Toe-With-MiniMax
🎮 Tic-Tac-Toe Game 🎲 with MiniMax Alpha Beta Purning using python With (Player vs Player) or (Player vs AI) Ability & choosing MiniMax or MiniMaxAB abillity. 😁
Language: Python - Size: 33.2 KB - Last synced at: over 2 years 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: 18 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

ak811/alpha-beta-pruning
Alpha–Beta Pruning Implementation for Optimal Decision-Making
Language: Java - Size: 1.15 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

bediger4000/squava
Command line Squava game in Go, Alpha-beta minimax and Monte Carlo Tree Search
Language: Go - Size: 198 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

Bits-N-Bytes-Co/Connect4
2 player Connect4 implementation in C
Language: C - Size: 770 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

myselfpawanraj/3x3x3-Tic-Tac-Toe
This is a 3x3x3 tic tac toe using the minimax algorithm. It includes a graphical GUI to make it interesting.
Language: Python - Size: 8.33 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 4

sramakrishnan247/Checkers-AI
Checkers playing agent. The agent uses the Minimax algorithm with alpha beta pruning for playing the next move.
Language: Java - Size: 14.6 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 1

SameetAsadullah/Chess-Game-Agent-Using-Minimax
Developed a chess game agent using Minimax Algorithm in Python Language
Language: Python - Size: 479 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

Quanghihicoder/Chess_AI
C#, Minimax, Winform, Chess game full rules
Language: C# - Size: 1.47 MB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 3

FPLCodes/Tricky-tac-toe
Tic-tac-toe but with an AI implemented with minimax algorithm, making it impossible to beat
Language: Svelte - Size: 332 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

SiddhantAttavar/Tic-Tac-Terminator
A TicTacToe bot that cannot lose that was created for a Grade 11 Computer Science project
Language: Python - Size: 86.9 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

rohan-naik07/chess-ai
A real time chess game which you can play with friend or an AI bot. The games are stored and can further analyzed.
Language: JavaScript - Size: 602 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

parham1998/Pentago_mini-max
Implementation of Pentago game using mini-max algorithm and alpha-beta pruning with JavaFX
Language: Java - Size: 379 KB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1

JessieJolly/unbeatableTicTacToe
Tic-Tac-Toe using Minimax Algorithm
Language: Python - Size: 24.4 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

Dhanya-Abhirami/Tic-Tac-Toe-AI
An AI Agent based on Alpha Beta Pruning for the Tic Tac Toe Game.
Language: Python - Size: 75.2 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1

JohnPapad/Thesis
Combined AI and Web-Development Subject: "A web application with AI bot for Νine Μen's Μorris board game"
Language: Python - Size: 1.66 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 1

1mt4y/Tic-Tac-Toe-AI
A simple TicTacToe game with an unbeatable AI opponent using the MiniMax algorithm and alpha-beta pruning.
Language: Python - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

sofianedjerbi/HaskellConnect
Connect 4 game implemented in Haskell with Gloss + minimax opponent.
Language: Haskell - Size: 365 KB - Last synced at: 5 months ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

anjalig21/Unbeatable-Tic-Tac-Toe
Programmed an unbeatable tic-tac-toe game that allows users to play against an AI player, with the minimax algorithm. This web application was made using Javascript, HTML, and CSS.
Language: JavaScript - Size: 703 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

stavarengo/php-tic-tac-toe
Single player Tic Tac Toe game with a bot as the opponent. The bot uses Minimax algorithm to decides its moves.
Language: PHP - Size: 120 KB - Last synced at: 5 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

vini7148/TicTacToe
This is an implementation of the minimax algorithm in c++ that is use in a game of tictactoe
Language: C++ - Size: 1.27 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

ernestoyaquello/TwoPlayerZeroSumGameEngine
Basic AI engine written in C# that implements the alpha–beta pruning algorithm to create two-player, zero-sum games like Tic Tac Toe or Connect 4.
Language: C# - Size: 771 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

Ideefixze/Minimax-AI
Minimax AI implementation for board games + tutorial
Language: C# - Size: 94.7 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

primaryobjects/isolation
Isolation, AI game implemented in Javascript and React, using MiniMax with Alpha Beta Pruning.
Language: JavaScript - Size: 150 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0

krkartikay/MegaChessatron
Minimax based Chess engine. Kinda works lol.
Language: C - Size: 75.2 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 11

Indronil-Prince/Artificial-Intelligence-Project
An AI based computer vs human Nine Men's Morris game
Language: Python - Size: 9.77 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 1

MatthewZMD/OmegaFour
Connect Four AI - OmegaFour with a Connect Four GUI
Language: Java - Size: 511 KB - Last synced at: about 1 month ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 0

pbondoer/42-gomoku-rust
gomoku @ 42 - gomoku AI using negamax written in Rust / JavaScript
Language: Rust - Size: 53.7 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 1

viramdin/TicTacToe
Tic Tac Toe game built with Vanilla js
Language: JavaScript - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 0

pncnmnp/tic-tac-toe
A basic tic tac toe game using minimax algorithm
Language: C - Size: 29.3 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 2

sschakraborty/pi-tic-tac-toe
A tic tac toe game implementation using Minimax algorithm on wxWidgets 3.0.3 API
Language: C++ - Size: 88.9 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

TylerThompson/Tic-Tac-Toe
The purpose of this project is to use the Minimax Algorithm in order to play against the computer, or you may play against another human and test your skills.
Language: C++ - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 1

vepo/2048-solver
2048 player implementation
Language: Python - Size: 8.79 KB - Last synced at: 4 months ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 1

upandey3/GamePlayingAI
An Artificial Intelligence that beats human opponents in the game of Isolation in Python
Language: Python - Size: 191 KB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 3 - Forks: 1

lastres/tictactoe
Erlang Tic Tac Toe minimax AI algorithm implementation
Language: Erlang - Size: 763 KB - Last synced at: 2 days ago - Pushed at: about 8 years ago - Stars: 3 - Forks: 0

SasankYadati/Tic-Tac-Toe
A bot to play Tic-Tac-Toe using the Minimax Strategy.
Language: C++ - Size: 76.2 KB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 3 - Forks: 2

atulshgl/Reversi
Language: Python - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 3 - Forks: 0

Mobiletainment/Connect-Four
Connect Four with Alpha Beta Pruning (VC++ and ClanLib)
Language: C++ - Size: 1.23 MB - Last synced at: over 2 years ago - Pushed at: over 12 years ago - Stars: 3 - Forks: 0

HungTran195/python-gomoku
Gomoku web game
Language: Python - Size: 1.39 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 2 - Forks: 0

rohilvagarwal/Connect4MLSolver
FourSight: Connect 4 ML-Powered Solver
Language: Python - Size: 1.5 MB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

elmomoilanen/k-in-a-row
Play k-in-a-row game against a bot player
Language: Rust - Size: 495 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

Amaan-Kazi/Chess
Play chess with anyone, in your browser
Language: TypeScript - Size: 1.78 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - 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: 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 1

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

NirajXtha/chess
Chess ai using minimax, optimized with alpha-beta pruning in PHP
Language: JavaScript - Size: 33.7 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 2 - 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: 6 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 1

crispinprojects/mxcheckers
Mx Checkers is a demo of the classic human-vs-computer checkers game for Linux computers
Language: C - Size: 1.75 MB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

fatimazherk/Tic-Tac-Toe
Third Semester DSAA Project (MiniMax Algorithm + Alpha Beta Pruning)
Language: C++ - Size: 125 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

imranakki/OBSIDIAN
OBSIDIAN, a smart Python chess engine, plays strategically at a level of approximately 2000 ELO. uses Minimax Algorithm and Alpha-Beta Pruning
Language: Python - Size: 1.09 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

ser-arthur/sudoku-arcade
Classic Sudoku game with an interactive GUI built in Pygame.
Language: Python - Size: 3.9 MB - Last synced at: 4 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0

viniciusfinger/harvard-cs50ai-tic-tac-toe
Implementing Minimax algorithm, a recursive algorithm for choosing the next move in an n-player game. In this case, applied to tic-tac-toe ❌
Language: Python - Size: 120 KB - Last synced at: 10 days ago - Pushed at: 12 months ago - Stars: 2 - Forks: 0

Amaan-Kazi/website-TicTacToe
Tic Tac Toe with Local Player vs Player, bot, Online Player vs Player
Language: JavaScript - Size: 45.9 KB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

AjayaRamachandran/Connect-4-Minimax
A Connect Four program and bot that uses a variation of the minimax algorithm to play the game.
Language: Python - Size: 95.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

iambeno1/my-projects
Repository untuk menyimpan daftar project yang saya buat🙌
Language: HTML - Size: 44.4 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

MK-NEUKO/TicTacToeOOP
TicTacToeOOP is a learning project, the focus is on the functionality and handling of .NET, C#, WPF, MVVM.
Language: C# - Size: 1.23 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

tq3940/Expectiminimax-Backgammon
基于 Expectiminimax 的西洋双陆棋博弈,参考了alexandremartens 、chanddu等大佬的有关项目
Language: Python - Size: 12.5 MB - Last synced at: 12 days ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

Fabo2303/nine-mens-morris-python
Implementación de minimax en el juego de mesa Nine Men's Morris con modificaciones extra
Language: Python - Size: 2.85 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

Xeon0X/Connect4AI
An implementation of Minimax, Alpha-Beta and Monte-Carlo Tree Search to play Connect 4
Language: HTML - Size: 2.16 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

iamumesh2058/Square-Link
7th sem college project
Language: JavaScript - Size: 999 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

EdwardChhun/Unbeatable-Ai-TicTacToe
Unbeatable Ai Tic Tac Toe Game using Python, this uses a minimax algorithm that ties into game theory. Inspired by lec0 of CS50AI.
Language: Python - Size: 218 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

farahbakhsh3/TicTacToe_Python_MiniMax
Implementation of TicTacToe game with MiniMax Algorithm in Python.
Language: Python - Size: 61.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

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

lschachter/diagonal-dominoes
A two player domino-placing game (with game AI) built with React and TypeScript
Language: TypeScript - Size: 1.69 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

mohamedhassan279/Connect-4
Connect-4 AI agent using minimax with/without alpha-beta pruning
Language: Python - Size: 63.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

elliott-lucas/alphabeta
A program for playing arbitrary two-player adversarial games using the alpha-beta pruning algorithm.
Language: Python - Size: 42 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

MarcoSchiavello/Tic-tac-toe-webApp
The Tic-tac-toe game on a web app
Language: JavaScript - Size: 53.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

TERNION-1121/Othello-Reversi-Game
Othello/Reversi Game in Python3, equipped with GUI + AI Player, made using pygame.
Language: Python - Size: 336 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 3

coymeetsworld/gto-tic-tac-toe
:game_die: Implementation of the Minimax algorithm in this classic 2-player game
Language: JavaScript - Size: 10.1 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

mevdschee/typescript-tictactoe
TicTacToe written in TypeScript with minimax AI
Language: TypeScript - Size: 307 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

SmollClover/Jahresprojekt-FA11
GitHub Repository für das Jahresprojekt der Klasse FA11 der Gruppe Benji, Noah, Laura und Lars.
Language: Python - Size: 704 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

nunobv/jungle-chess_dou-shou-qi_AI
Python app developed for tinkering with AI concepts using Dou Shou Qi (Jungle Chess) as the playground. Implementing several search algorithms (minimax, alpha-beta, pruning) and developing custom evaluation functions.
Language: Python - Size: 7.58 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0
