min-max-algorithm
Here are 84 public repositories matching this topic...
Language:All
Sort:Most stars
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
Github Repo for Automatic Chess Board for Arduino Nano.
- Updated
Apr 2, 2024 - TypeScript
An Implementation of the Filler game with a min-max based AI written in the elm programming language
- Updated
Mar 1, 2025 - Elm
Principles Of AI Lab Exercises
- Updated
Jan 13, 2024 - Python
Invincible TicTacToe AI agent
- Updated
Oct 12, 2020 - Python
A game of Chinese checkers where a user is able to play against an AI with multi levels of difficulty. The internal ai utilises the min-max algorithm
- Updated
Jun 8, 2022 - Java
🤖📚 Comprehensive AI Learning Repo: Master DFS, BFS, DLS, IDS, UCS, Bidirectional Search, Greedy, A*, Mini-max, Alpha-beta Pruning, and Genetic Algorithm. Your go-to resource for AI course notes, lab codes, and exploration
- Updated
Jan 26, 2024 - C++
Reversi game with Min-Max algorithm with alpha-beta pruning
- Updated
Jul 28, 2022 - Java
This repository contains all the lab assignments done in the CSE422 course of BracU.
- Updated
Oct 6, 2023 - Jupyter Notebook
An implementation of a chess engine developed using JavaScript and the Minimax algorithm for decision-making.
- Updated
Aug 1, 2024 - JavaScript
Tic-tac-toe game in python, using pygame. (with AI adversary)
- Updated
Jun 3, 2025 - Python
Tic-Tac-Toe game logic in JavaScript packaged with Minimax algorithm; built as a learning project.
- Updated
Sep 17, 2024 - TypeScript
This project is an unbeatable Tic-Tac-Toe game built with HTML, CSS, and JavaScript. It features a player vs. AI mode where the AI uses the Minimax algorithm to make optimal moves, ensuring it never loses.
- Updated
Aug 7, 2025 - JavaScript
Generic implementation of the Max-n algorithm in Java
- Updated
Aug 11, 2024 - Java
a tic tac toe project I made in my first semester of University
- Updated
Dec 27, 2023 - C++
Homework-2-KR-AI
- Updated
Jun 13, 2021 - Python
This homework is about Implementing a smart agent to play Quoridor, using Min-max, a heuristic function, Transposition Table and forward pruning. This homework is a part of many projects in a Fundamentals to AI course @ FUM.
- Updated
Jul 13, 2022 - Java
A simple tic-tac-toe game (commonly known as x's and o's) with an AI player and 3 modes(easy, medium, and hard). The hard mode is implemented using the min-max game-playing algorithm.
- Updated
Dec 29, 2019 - HTML
- Updated
Mar 28, 2021 - Java
Improve this page
Add a description, image, and links to themin-max-algorithm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with themin-max-algorithm topic, visit your repo's landing page and select "manage topics."