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.
-
Updated
Dec 6, 2022 - Java
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.
This repository contains a classroom project for the Connect-4 game.
Chineese-checker game by minmax algorithm and alpha beta algorithm
Reversi game with Min-Max algorithm with alpha-beta pruning
Connect Four game for Android with optional AI opponent
Gomoku Game based on MinMax Algorithm
Tic tac toe AI made with java swing framework
Alpha Beta algorithm implementation for ConnectFour game.
This is a project that plays a professor's version of SuperTicTacToe against you (or other robots) and should win every time (it does not). It uses a minmax algorithm with alpha beta pruning.
Android Tic Tac Toe sample App with simple user interactions.
Creating a bot with alpha beta pruning in order to play the SOS game
AI capable of playing chess
Nim Game in JavaFX. With AI player using MinMax algorithm, AlphaBeta pruning, & Memoization.
Connect4 (Score4, Vier in einer Reihe, Vier gewinnt) game in Java/JavaFX and minimax AI
A TicTacToe game in Java implemented using minimax algorithm with alpha-beta pruning
Add a description, image, and links to the minmax-alpha-beta-pruning topic page so that developers can more easily learn about it.
To associate your repository with the minmax-alpha-beta-pruning topic, visit your repo's landing page and select "manage topics."