An unbeatable game of Tic Tac Toe.
-
Updated
Mar 15, 2017 - Java
An unbeatable game of Tic Tac Toe.
Artificial intelligence of the Reversi / Othello
AI Hub 是一个为了接入包括ChatGPT、Baichuan、Zhipu、混元、MiniMax、Moonshot等多种大型语言模型而设计的服务。它旨在积累和管理各种有效的模型调用提示(prompt),并对这些大型语言模型进行持续的测试和评估。
Artificial Intelligence for the game Go-Moku using the Minimax Algorithm with Alpha-Beta Pruning
Gomoku (Five in a Row) game manager with a powerful built-in AI, written in Java with a clean, minimal interface.
MiniMax algorithm applied to Tic Tac Toe.
A 2D JavaFX implementation of one of the most popular and old board games. The AI player's moves are calculated using the expectiminimax algorithm.
Eclipse RCP chess app with an AI based on alpha-beta pruning & iterative deepening.
This is a AI bot for Chain Reaction game using minimax algorithm with alpha-beta pruning ang killer move heuristic.
🤖 - ⚫ 👨 - ⚪This is basically a AI based 🔟 x 🔟 board Gomoku game where a player can play with the computer.
An AI for a modified Reversi version. The AI works with a game server that manages the game (https://github.com/marcluque/Reversi-Server)
A very simple AI engine that plays a weird game with weird rules because in the end we're all weird. Mirror @ https://gitlab.com/andreabisacchi/BHESTIE_Tablut
A chess engine with AI and GUI made by JavaFX
A chess engine that can communicate using the UCI protocol to GUIs. Use the Principal Variation Search algorithm to find the best move to play [README in french]
Risk game is an AI project where I apply 4 different AI search agents (Greedy search, A* search,real time A* and minimax) and 4 non AI agents (Human agent,aggressive agent,passive agent and nearly pacifist agent) I implemented this project using GUI and OOP in java
Artificial Intelligence with Gomuku
A chess game in java, allowing to play against an ai opponent.
A simple AI for TicTacToe with Alpha-Beta pruning and binary encoding for the board
Add a description, image, and links to the minimax topic page so that developers can more easily learn about it.
To associate your repository with the minimax topic, visit your repo's landing page and select "manage topics."