Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists tagged with minimax

A curated list of projects in awesome lists tagged with minimax .

https://github.com/gaizhenbiao/chuanhuchatgpt

GUI for ChatGPT API and many LLMs. Supports agents, file-based QA, GPT finetuning and query with web search. All with a neat UI.

chatbot chatglm chatgpt-api claude dalle3 ernie gemini gemma inspurai llama midjourney minimax moss ollama qwen spark stablelm

Last synced: 30 Dec 2024

https://github.com/GaiZhenbiao/ChuanhuChatGPT

GUI for ChatGPT API and many LLMs. Supports agents, file-based QA, GPT finetuning and query with web search. All with a neat UI.

chatbot chatglm chatgpt-api claude dalle3 ernie gemini gemma inspurai llama midjourney minimax moss ollama qwen spark stablelm

Last synced: 25 Oct 2024

https://github.com/x-d-lab/langchain-chatglm-webui

基于LangChain和ChatGLM-6B等系列LLM的针对本地知识库的自动问答

belle bilibili chatglm-6b chatglm-webui jina langchain langchain-serve llama llm minimax modelscope

Last synced: 02 Jan 2025

https://github.com/X-D-Lab/LangChain-ChatGLM-Webui

基于LangChain和ChatGLM-6B等系列LLM的针对本地知识库的自动问答

belle bilibili chatglm-6b chatglm-webui jina langchain langchain-serve llama llm minimax modelscope

Last synced: 31 Oct 2024

https://github.com/Maplemx/Agently

[AI Agent Application Development Framework] - 🚀 Build AI agent native application in very few code 💬 Easy to interact with AI agent in code using structure data and chained-calls syntax 🧩 Enhance AI Agent using plugins instead of rebuild a whole new agent

agent agent-based-framework agent-framework chatglm claude ernie framework gemini google-gemini gpt llm-agent llm-application llm-apps llm-framework llmops llms minimax python wenxinyiyan

Last synced: 13 Nov 2024

https://github.com/zulko/easyai

Python artificial intelligence framework for games

ai dual-algorithm game-development minimax negamax sss-algorithm two-player

Last synced: 29 Dec 2024

https://github.com/Zulko/easyAI

Python artificial intelligence framework for games

ai dual-algorithm game-development minimax negamax sss-algorithm two-player

Last synced: 15 Nov 2024

https://github.com/zilliztech/akcio

Akcio is a demonstration project for Retrieval Augmented Generation (RAG). It leverages the power of LLM to generate responses and uses vector databases to fetch relevant documents to enhance the quality and relevance of the output.

artificial-intelligence chatbot chatgpt dolly embeddings ernie-bot fastapi gradio langchain llm milvus minimax nlp openai retrieval-augmented-generation retrieval-chatbot semantic-search towhee

Last synced: 29 Nov 2024

https://github.com/llm-red-team/hailuo-free-api

🚀 海螺AI大模型逆向API【特长:超自然语音】,支持高速流式输出、语音合成、联网搜索、长文档解读、图像解析、多轮对话,零配置部署,多路token支持,自动清理会话痕迹,仅供测试,如需商用请前往官方开放平台。

chat-api chatbot chatgpt-api hailuoai hailuoai-api llm minimax

Last synced: 04 Jan 2025

https://github.com/calcitem/sanmill

Sanmill is an open-source, UCI-like Mill/Morris/Merrills/Mühle/Malom (and its variants) program with CUI, Flutter GUI and Qt GUI, sharing and freely distributing the code, tools and data needed to deliver this mill game. We do this because we are convinced that open software and open data are key ingredients to make rapid progress.

ai alpha-beta-pruning bitboard board-game brettspiel ea15e84462 flutter game malom merrills mill mills minimax morris mtdf muehle muhle nine-mens-morris pvs stockfish

Last synced: 05 Jan 2025

https://github.com/julien-boudry/Condorcet

Command line application and PHP library, providing an election engine with a high-level interface. Native support 20+ voting methods, easy to extend. Support simple elections with ease or billions of votes in low resource environment. Intensively tested and highly polyvalent.

alternative-vote borda-count condorcet condorcet-methods copeland dodgson election election-manager election-polling election-reform ftpt instant-runoff instant-runoff-voting kemeny-young minimax ranked-pairs schulze-method stv vote voting-methods

Last synced: 25 Oct 2024

https://github.com/Strryke/betafish

A chess engine and AI move finder written in Javascript. Beats Stockfish level 6 on Lichess.

chess chess-ai chess-engine javascript minimax

Last synced: 01 Nov 2024

https://github.com/regexident/strategist

Algorithms for building strong immutable AIs for round-based games.

minimax monte-carlo-tree-search strategy-game-engine swift

Last synced: 09 Nov 2024

https://github.com/zhengxs2018/ai

集成 百度文心一言,阿里通义千问,腾讯混元助手 和 讯飞星火认知 等大模型的 API,并且适配 OpenAI 的输入与输出。

ai aigc erniebot hunyuan minimax openai qwen spark

Last synced: 10 Nov 2024

https://github.com/completejavascript/tic-tac-toe

🎮 Unbeatable Tic-Tac-Toe game using React and Minimax algorithm.

create-react-app minimax minimax-algorithm react tic-tac-toe tictactoe tictactoe-game

Last synced: 15 Dec 2024

https://github.com/venil7/reason-chess

chess library in reason for cross platform game dev

alpha-beta-pruning chess-engine game-development game-engine minimax ocaml reasonml

Last synced: 12 Oct 2024

https://github.com/snowfrogdev/macao

A general purpose game playing A.I. framework based on the Monte Carlo tree search algorithm.

ai artificial-intelligence artificial-intelligence-algorithms game-ai general-game-playing mcts minimax monte-carlo-tree-search

Last synced: 27 Oct 2024

https://github.com/danijelaskov/expectiminimax-backgammon

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.

2d-game artificial-intelligence backgammon bekgemon board-game board-games expectiminimax gradle inteligentni-sistemi java java-fx minimax tavla zero-sum

Last synced: 13 Oct 2024

https://github.com/njmarko/alpha-beta-pruning-minmax-checkers

Minmax (minimax) algorithm with Alpha-Beta (𝛼−𝛽, ab) Pruning optimization for the Checkers (Draughts) game in Python 3. Same minimax algorithm works for chess, tic tac toe or similar games.

ab-pruning alpha-beta alpha-beta-pruning alpha-beta-search checkers draughts game minimax minimax-alpha-beta-pruning minimax-search minmax minmax-algorithm minmax-alpha-beta-pruning pruning-optimization python

Last synced: 11 Oct 2024

https://github.com/ikramhasan/impossible-tictactoe-ai

An impossible-to-beat tictactoe ai that uses the minimax algorithm. Made using flutter.

alpha-beta-pruning android dart firebasehosting flutter minimax minimax-algorithm webapp

Last synced: 08 Nov 2024

https://github.com/jishanshaikh4/chess-ai

Chess AI using Mini-max and Alpha-beta Pruning. || Implementation Project.

alpha-beta-pruning chess-ai minimax

Last synced: 10 Nov 2024

https://github.com/ConnectAI-E/Go-Minimax

💸 MiniMax wrapper for Go SDK MINIMAX 大语言模型 golang SDK

connect-ai go golang minimax

Last synced: 10 Nov 2024

https://github.com/connectai-e/go-minimax

💸 MiniMax wrapper for Go SDK MINIMAX 大语言模型 golang SDK

connect-ai go golang minimax

Last synced: 09 Nov 2024

https://github.com/luukebenau/sacacheckers

Fully functional checkers game VS AI (MiniMax, Alpha Beta pruning)

ai alpha-beta-pruning checkers csharp game minimax minimax-algorithm wpf

Last synced: 17 Oct 2024

https://github.com/abdallahhemdan/minimax

🥇 Unbeatable Tic Tac Toe game with a README contains very thing about MiniMax algorithms with explanation of it with c++ and js Implementation code

cmp2022 cpp cufe2022 hemdan minimax minimax-search minimax-xo python tic-tac-toe tic-tac-toe-javascript tictactoe-game unbeatable-tic-tac-toe unbeatable-tic-tac-toe-game

Last synced: 24 Oct 2024

https://github.com/venil7/reasonml-tictactoe

unbeatable tictactoe engine implemented in ReasonML

game-development game-engine minimax react reasonml tic-tac-toe

Last synced: 13 Nov 2024

https://github.com/jelmerro/fox-and-hounds-ai

Researching Minimax AI for the Fox and Hounds board game

ai artificial-intelligence hounds-board-game javascript minimax

Last synced: 28 Nov 2024

https://github.com/rsharifnasab/sbu_ai_othello

Shahid Beheshti University's AI course project to create a smart agent for Othello

minimax othello python sbu

Last synced: 14 Nov 2024

https://github.com/ivanmrsulja/checkers-bot

Very simple checkers bot made using minimax algorithm with alpha-beta pruning to calculate the ideal move.

alpha-beta-pruning bot checkers checkers-game minimax minimax-algorithm minmax minmax-algorithm

Last synced: 03 Dec 2024

https://github.com/nragland37/ai-minimax-tictactoe

An Unbeatable Tic-Tac-Toe Artificial Intelligence in C++, implementing the Minimax algorithm, optimized with Alpha-Beta pruning, and displays the tree traversal process for each move the AI takes.

ai alpha-beta-pruning artificial-intelligence-algorithms cpp minimax minimax-algorithm minimax-alpha-beta-pruning tic-tac-toe

Last synced: 16 Nov 2024

https://github.com/coac/locm

Winning bot of the Strategy Card Game AI Competition CEC 2019 and COG 2019

alpha-beta-pruning card-game legends-of-code-and-magic locm minimax

Last synced: 03 Dec 2024

https://github.com/mvlabat/ric-rac-roe

Tic-tac-toe game written in Rust (with AI!)

minimax rust tic-tac-toe

Last synced: 30 Oct 2024

https://github.com/alex-spataru/minimal3t

Play Tic-Tac-Toe in a symphony of melodies and color

ai android cross-platform game minimax qml qt tic-tac-toe

Last synced: 02 Nov 2024

https://github.com/eminarican/tictac

tictactoe ai implementation using minimax with αβ-pruning

ai algorithm alpha alpha-beta beta game minimax pruning tic-tac-toe tictactoe

Last synced: 28 Dec 2024

https://github.com/mreliptik/tictactoe-ai

A tic tac toe game with a minimax AI implementation

ai minimax python3 tictactoe

Last synced: 27 Oct 2024

https://github.com/cheind/py-classic-ai

Various classic artificial intelligence algorithms applied to common problems.

4connect artificial-intelligence minimax search

Last synced: 03 Dec 2024

https://github.com/samchenyu/javachessengine

Chess Engine Developed With The MiniMax Algorithm

chess-engine minimax minimax-alpha-beta-pruning oop piece-square-tables

Last synced: 07 Nov 2024

https://github.com/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.

minimax minimax-algorithm tic-tac-toe tictactoe tictactoe-game

Last synced: 03 Jan 2025

https://github.com/renovamen/gomoku

Fall 2016 C Programming - A Gomoku AI based on Minimax Algorithm with Alpha-beta pruning | 基于极大极小值搜索 + Alpha-beta 剪枝的五子棋人工智障

alpha-beta-pruning gomoku minimax

Last synced: 10 Nov 2024

https://github.com/monhauvd/caro_ai

The Caro AI game use minimax algorithm

ai caro minimax minimax-algorithm minimax-alpha-beta-pruning

Last synced: 12 Nov 2024

https://github.com/gfoidl/tictactoe

Tic Tac Toe in C# with minimax and alpha-beta-pruning -- compact storage of the board as ints and vectorized where possible

alpha-beta-pruning minimax tic-tac-toe tictactoe tictactoe-game

Last synced: 24 Dec 2024

https://github.com/cbebe/checkers-ai

An Arduino Checkers game with an opponent Minimax AI controlled by a Linux desktop

arduino communication minimax tree-searching

Last synced: 24 Nov 2024

https://github.com/parsapoorsh/tictactoe-xo-ai

Best move generator algoritm. 3x3, 4x4 and more without limits.

algorithm alpha-beta-pruning minimax tic-tac-toe tictactoe

Last synced: 13 Nov 2024

https://github.com/aalekhpatel07/n-n-k-game

Generalization of Tic-Tac-Toe game and a solver based on the Minimax Algorithm and Alpha-Beta pruning.

alpha-beta-pruning alphabeta-minimax-search minimax minimax-algorithm minimax-search tic-tac-toe

Last synced: 22 Nov 2024

https://github.com/muyangye/tic_tac_toe

The classic game Tic-Tac-Toe with an undefeatable AI. Implemented with Minimax without 3rd party libraries.

artificial-intelligence game minimax

Last synced: 13 Nov 2024

https://github.com/dargones/reversi

This repository stores code that can be used to solve\analyze the Reversi board game

game-analysis minimax othello reversi

Last synced: 16 Dec 2024

https://github.com/fabo2303/nine-mens-morris-python

Implementación de minimax en el juego de mesa Nine Men's Morris con modificaciones extra

juego-del-molino mills minimax minimax-algorithm nine-mens-morris nine-mens-morris-scaled ninemensmorris pygame python

Last synced: 29 Dec 2024

https://github.com/tboydston/supremetictactoe

Löve 2d, Lua tictactoe implementation of Minimax algo with alpha/beta pruning. Includes sardonic AI opponent, multiple win paths and over 200 ego shattering quips.

love2d lua minimax tictactoe

Last synced: 22 Nov 2024

https://github.com/venil7/chess

JavaScript chess engine for Node.js/Browser

ai-challenges chess-engine minimax

Last synced: 13 Nov 2024

https://github.com/blaz-cerpnjak/tictactoe-minimax

🕹️ 🎮 TicTacToe with Minimax AI algorithm (C#). The game has the option of 'Multiplayer' in 'Singleplayer' against the computer.

ai algorithm cs design game minimax tic-tac-toe tictactoe tictactoe-ai tictactoe-game visualstudio wpf wpf-application wpf-datagrid wpf-ui xaml

Last synced: 22 Nov 2024

https://github.com/gervinfung/tictactoe

Simple AI Tic-Tac-Toe Game made with Java Swing. Choose against AI or human. You can play in 3x3 grid up to 10x10.

alpha-beta-pruning game minimax multithread swing-background tictactoe tictactoe-java-game

Last synced: 11 Dec 2024

https://github.com/marcin-chwedczuk/xox

Tic Tac Toe 3x3, 4x4, 5x5 game based on alpha-beta algorithm with GUI in JavaFX.

alpha-beta-pruning javafx minimax tic-tac-toe

Last synced: 16 Nov 2024

https://github.com/sadeghhayeri/nine-men-s-morris

CA4 for Artificial intelligence student! (TA) + with python and C++ interface

ai alpha-beta-pruning artificial-intelligence minimax

Last synced: 12 Nov 2024

https://github.com/tandy-1000/minmax-tictactoe

A simple minmax tictactoe game in Nim

alpha-beta-pruning minimax nim tic-tac-toe

Last synced: 13 Dec 2024

https://github.com/condy0919/gtk-reversi

a simple reversi with low intelligence, sorry...

alpha-beta-pruning gtk minimax reversi

Last synced: 28 Nov 2024

https://github.com/ferdinandkeller/connect4

A simple connect 4 minimax algorithm

4-in-a-line 4-in-a-row alpha-beta-pruning connect4 minimax rust

Last synced: 20 Dec 2024

https://github.com/rabestro/jetbrains-academy-tic-tac-toe-ai

Everybody remembers this paper-and-pencil game from childhood: Tic-Tac-Toe, also known as Noughts and crosses or Xs and Os. A single mistake usually costs you the game, but thankfully it is simple enough that most players discover the best strategy quickly. Let’s program Tic-Tac-Toe and get playing!

ai artificial-intelligence hyperskill jetbrains-academy minimax minimax-algorithm recursion recursive-algorithm stream student-project tic-tac-toe

Last synced: 28 Dec 2024

https://github.com/sunsided/autobattler

A toy project for experimenting with strategies in a turn-based combat game.

alpha-beta-pruning artificial-intelligence game-theory minimax planning rpg rust turn-based turn-based-combat

Last synced: 20 Dec 2024

https://github.com/mohammadrezaamani/pacman

Pacman Solver is an advanced implementation of the classic Pacman game, featuring a fast solver utilizing the Minimax algorithm, Alpha-Beta pruning, and A* heuristic.

a-star ai alpha-beta-pruning minimax python

Last synced: 13 Nov 2024

https://github.com/ptoffy/minimaxlaska

Laska Game written in C using Minimax AI algorithm.

c game laska minimax

Last synced: 22 Nov 2024

https://github.com/batux/minimax

Artificial Intelligence - Minimax Algorithm with Java

artificial-intelligence java minimax minimax-algorithm

Last synced: 17 Nov 2024

https://github.com/magnuschase03/tictactoeai

Tic Tac Toe with an AI using the minimax algarithm

ai game java minimax tic-tac-toe

Last synced: 20 Dec 2024

https://github.com/aashrafh/unbeatabletictactoe

A tic-tac-toe game that never loses using the Mini-max Algorithm.

ai ai-games css games html javascript minimax minimax-algorithm tic-tac-toe tictactoe tictactoe-game

Last synced: 12 Dec 2024

https://github.com/stevenabreu7/swifttictactoe

Tic Tac Toe game for iOS using Swift 3. Implemented an AI player that never loses!

ai ios iphone minimax minimax-algorithm swift swift-3 swift3 tic-tac-toe tictactoe

Last synced: 04 Dec 2024

https://github.com/tandy-1000/minmax-checkers

A simple minmax checkers game in Nim.

alpha-beta-pruning checkers game minimax nim

Last synced: 13 Dec 2024

https://github.com/jon-becker/pleonexia

A simple chess AI coded using minimax, material counting, and positional values.

alpha-beta-pruning artificial-intelligence chess chess-ai minimax

Last synced: 17 Dec 2024

https://github.com/dyth/gofai

Implementation of some early GOFAI algorithms

minimax sudoku

Last synced: 13 Nov 2024

https://github.com/efecanxrd/othello-game

Othello Game (Also known as Reversi). It was created with the Minimax algorithm (Alpha-Beta pruning). Allows Human-AI, AI-AI, RandomPlayer-AI, RandomPlayer-Human interplay

alpha-beta alpha-beta-algorithm alpha-beta-pruning alpha-beta-search alphabeta-minimax-search minimax minimax-agent minimax-algorithm minimax-alpha-beta-pruning minimax-search othello othello-ai othello-game othello-with-ai reversi reversi-ai reversi-game

Last synced: 15 Nov 2024

https://github.com/hugojunior/uni7-jogo-da-velha

Projeto da disciplina de Inteligência Artificial do curso de Sistemas de Informação na UNI7, onde é desenvolvido um jogo da velha utilizando o algoritmo Minimax.

jogodavelha minimax tictactoe

Last synced: 16 Nov 2024

https://github.com/sehugg/jgameai

MCTS/minimax turn-based game AI for Java

ai game-ai game-development java mcts mcts-implementations minimax

Last synced: 15 Nov 2024

https://github.com/ssoudan/hschess

A minimax-based chess AI with a GUI in FRP.

chess haskell minimax reactive-programming

Last synced: 02 Jan 2025

https://github.com/james-p-d/draughtsminimax

A Processing implementation of Draughts using Minimax

ai checkers draughts minimax processing processing-language

Last synced: 17 Nov 2024