Skip to content
#

min-max-algorithm

Here are 61 public repositories matching this topic...

A cloud simulation library based on cloudsim, it aims to provide all known cloud scheduling algorithms with the help from community developers, as well as automate various simulation scenarios.

  • Updated Jul 11, 2021
  • Java

This is a Java-based implementation of the Chinese Checkers game with a graphical user interface (GUI). The game allows you to play against an AI opponent using the Alpha-Beta Pruning algorithm. The objective of the game is to move all your marbles to the opposite point of the star-shaped game board. The first player to achieve this wins the game.

  • Updated Aug 9, 2023
  • Java

This is a modified version of the classic checkers game created for academic purposes as a project for the AI Laboratory. The game introduces unique features, including vertical piece movements , special power pieces such as archers, king, and hero. The AI is implemented using the Min-Max algorithm with a depth level of 3 for strategic gameplay.

  • Updated Jan 6, 2024
  • Python

Improve this page

Add a description, image, and links to the min-max-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the min-max-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more