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/bl33h/wordleai

A project to simulate the Wordle game with models like Constraints and Minimax to solve it.

ai artificial-intelligence constraints minimax minimax-algorithm wordle wordle-ai wordle-game

Last synced: 20 Nov 2024

https://github.com/bl33h/connectfour

A program that implements Connect Four with a Python Pygame GUI, supporting player vs. AI and AI vs. AI modes. It uses the MiniMax algorithm with optional alpha-beta pruning for enhanced performance.

ai alpha-beta-pruning artificial-intelligence connectfour connectfour-game minimax minimax-algorithm pygame python

Last synced: 20 Nov 2024

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

Ξ±-Ξ² pruning minimax TTT AI + client application for TTT server protocol

alpha-beta-pruning artificial-intelligence minimax tic-tac-toe

Last synced: 21 Nov 2024

https://github.com/mykbit/tic-tac-toe-game-c-gui

This is a tic-tac-toe game with core game mechanics written in C and GUI written with the help of GTK3 library.

c gtk3 gui-application minimax tic-tac-toe tictactoe

Last synced: 21 Nov 2024

https://github.com/shashwatkathuria/artificial-intelligence-multi-agent-search

Implemented AI Multi Agent Search Algorithms - Minimax, Expectimax, Alpha-Beta Pruning, Evaluation Functions.

ai alpha-beta-pruning artificial-intelligence evaluation-functions expectimax minimax minimax-algorithm minimax-search multi-agents

Last synced: 26 Nov 2024

https://github.com/alextanhongpin/rust-tic-tac-toe

Minimax with alpha-beta pruning, tic tac toe implementation in rust

alpha-beta-pruning minimax rust tictactoe

Last synced: 02 Dec 2024

https://github.com/brianlusina/tictac-ai

Simple TicTacToe in Python using multiple clients(front ends) with a re-useable game engine with different sets of players(human, randomized computer player and an unbeatable AI using a simple minimax algorithm)

game hacktoberfest minimax minimax-algorithm python python3 tic-tac-toe

Last synced: 09 Dec 2024

https://github.com/crispinalan/playdraughts

Play Draughts is a human vs computer draughts game played on an 8x8 board developed using C++ and Qt5.15

draughts game minimax

Last synced: 04 Dec 2024

https://github.com/puravparab/oskaplayer

The board game Oska featuring an AI opponent running minimax with alpha-beta pruning

alpha-beta-pruning artificial-intelligence minimax python

Last synced: 11 Dec 2024

https://github.com/eregon/sarena

An AI for the Sarena board game

artificial-intelligence board-game minimax negamax

Last synced: 16 Dec 2024

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

Simple game playing AI for the game Tic-Tac-Toe.

board-game minimax tic-tac-toe tictactoe

Last synced: 13 Dec 2024

https://github.com/coding-pelican/tic-tac-toe-c

Implementation of the classic Tic Tac Toe game in C. The game allows players to play against each other or against an AI opponent.

ascii c cli-game console-based console-game game minimax minimax-algorithm minimax-alpha-beta-pruning terminal-based terminal-game tic-tac-toe tic-tac-toe-game

Last synced: 25 Dec 2024

https://github.com/theatrejs/minimax

πŸ“¦ minimax exportable module

alpha-beta-pruning es6 framework game javascript minimax module negamax

Last synced: 19 Nov 2024

https://github.com/vivekkdagar/tactacai

A command-line Tic Tac Toe game for player vs. player or player vs. AI.

ai cli click command-line minimax minimax-algorithm package python python-package python3 tic-tac-toe

Last synced: 13 Nov 2024

https://github.com/owengregson/pondrr

A powerful AI agent designed to play 4x4 3D Tic Tac Toe.

3d-tictactoe ai game-ai minimax minimax-agent tic-tac-toe tictactoe

Last synced: 26 Dec 2024

https://github.com/code-help-tutor/minimax-python-ai

Minimax δ»£ε†™δ»£εš 编程辅导, code help, CS tutor, WeChat: cstutorcs Email: [email protected]

minimax

Last synced: 17 Nov 2024

https://github.com/backwardspy/battlesnake-doctor-strangle

star-lord: how many [possible futures] did you see? doctor strange: fourteen million, six hundred and five.

battlesnake minimax rust tree-search

Last synced: 17 Dec 2024

https://github.com/antoinegreuzard/chess-game

Chess game in ts

chess minimax typescript

Last synced: 15 Nov 2024

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

A C# Winforms implementation of Tic-Tac-Toe (Noughts & Crosses) using Minimax

ai csharp minimax winforms

Last synced: 17 Nov 2024

https://github.com/sraaphorst/connect-four

A generic version of the game Connect Four that allows board configuration and Misere strategy

connectfour connectfour-game javafx javafx-application javafx-desktop-apps javafx-gui javafx-project kotlin-javafx minimax minimax-algorithm misere-game

Last synced: 19 Nov 2024

https://github.com/nicolasbizzozzero/tic-tac-droid

[fr] Tic-Tac-Toe game for Android platforms (PvP and versus computer with a Minimax implementation).

android android-app android-application minimax tic-tac-toe

Last synced: 28 Dec 2024

https://github.com/th3shadowbroker/tic-tac-toe-ai

A TicTacToe-AI I've made for the vocational school written in Python.

ai minimax python tic-tac-toe

Last synced: 17 Nov 2024

https://github.com/hamishivi/connect4

Connect4 AI with basic frontend

connect4 cpp minimax

Last synced: 28 Nov 2024

https://github.com/Berkays/Quixo

Implementation of Quixo in python

ai board-game minimax quixo turn-based

Last synced: 23 Oct 2024

https://github.com/developerpaul123/tictactoeexample

Example of implementing a minimax algorithm for a simple TicTacToe game made for the desktop with Qt.

cmake cpp desktop minimax minimax-algorithm minimax-search qt qt5 tic-tac-toe tic-tac-toe-game tictactoe-game

Last synced: 31 Dec 2024

https://github.com/rozhanmk/connect4

Connect4 with Alphabeta and minimax

alphabeta minimax

Last synced: 21 Nov 2024

https://github.com/lnvaldez/minimax-simulator

🐱🐭 A grid-based simulation where the cat uses Minimax to catch the mouse, and the mouse uses Minimax to escape. Includes visual representation, mute button, restart, and round tracking.

algorithm fun minimax pygame python simulator strategy

Last synced: 15 Nov 2024

https://github.com/jonathanjameswatson/alpha-beta

Simple minimax algorithm with alpha-beta pruning

alpha-beta-pruning java maven minimax pom

Last synced: 26 Dec 2024

https://github.com/crispinprojects/mxcheckers

Mx Checkers is a demo of the classic human-vs-computer checkers game for Linux computers

checkers game linux minimax minimax-algorithm raspberry-pi

Last synced: 31 Dec 2024

https://github.com/lysnikolaou/kiprojektss19

KI Projekt - Sommersemester 2019 - Mini-max basierte KI fΓΌr das Spiel Murus Gallicus

ai board-game minimax murus-gallicus

Last synced: 14 Dec 2024

https://github.com/artainmo/gomoku

42 school project. Gomoku game website. Using min-max AI algorithm to simulate a dominant gomoku player.

42school artificial-intelligence css flask game heuristic html minimax python web

Last synced: 22 Nov 2024

https://github.com/wilomgfx/go-skynet

Learning go and recreating a school lab i did in game artificial intelligence for my algorithms and data structures course. Originally made in java

artificial-intelligence game gameai go golang minimax minimax-algorithm transposition-table

Last synced: 13 Nov 2024

https://github.com/luc527/pin3-checkers

Play checkers against an AI! - Projeto integrador 3, UDESC 6Βͺ fase 2022/2

alpha-beta-pruning artificial-intelligence checkers game javascript minimax web

Last synced: 19 Nov 2024

https://github.com/moskalyk/aind-isolation

A game playing agent that kicks ass in a modified version of isolation.

adversarial-search ai alpha-beta-pruning minimax python

Last synced: 25 Nov 2024

https://github.com/gdonald/tictactoe-cpp

TicTacToe in C++ using SDL2

cpp game minimax sdl2 tic-tac-toe tictactoe

Last synced: 22 Nov 2024

https://github.com/mitinull/tic-tac-toe-react

simple tic-tac-toe game with AI, 3 themes and 3 levels

minimax react tictactoe

Last synced: 02 Dec 2024

https://github.com/obadakhalili/tictactoe

βŽβ­• TicTacToe powered by minimax build in JS

minimax tic-tac-toe

Last synced: 11 Nov 2024

https://github.com/jeffreysarnoff/revisitingsollya

Help with Sollya, a tool for developing numerically safe math functions.

julia minimax polynomial-approximation remez sollya

Last synced: 18 Dec 2024

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

A naive implementation of min max for tic-tac-toe in JavaScript

minimax q-learning tic-tac-toe

Last synced: 02 Dec 2024

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

Game of Tic Tac Toe implementing minimax algorithm.

javascript minimax minimax-algorithm tic-tac-toe tictactoe

Last synced: 18 Dec 2024

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

Command-line Tic-Tac-Toe game

c game minimax terminal-game tic-tac-toe

Last synced: 09 Nov 2024

https://github.com/rameshaditya/tic-tac-toe-bot

An implementation of the minimax algorithm

ai artificial-intelligence bot minimax minimax-algorithm tic-tac-toe

Last synced: 09 Nov 2024

https://github.com/zemke/4inarow

4 Connect β€” Minimax with Alpha-Beta Pruning

4connect ai minimax

Last synced: 10 Nov 2024

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

A Connect-4 game using Javascript and p5.js

ai connect4 javascript minimax p5js

Last synced: 17 Nov 2024

https://github.com/dfop02/chess-with-minimax

Chess game project with IA (minimax algorithm)

article artificial-intelligence c chess chess-ai chess-game minimax study-project

Last synced: 31 Dec 2024

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

AI Tic Tac Toe using Minimax Algorithm

ai minimax minimax-algorithm python

Last synced: 12 Nov 2024

https://github.com/bestmahdi2/uni__tictactoeminimaxalgorithm

A university project in which the tic tac toe game is designed using the Min Max algorithm and TKinter graphic interface

game gui minimax minimax-algorithm python tic-tac-toe tic-tac-toe-game tkinter

Last synced: 16 Nov 2024

https://github.com/destinecarma/tictactoe-rust

Welcome to my Rust implementation of the classic game Tic-Tac-Toe! In this project, I've developed a robust Tic-Tac-Toe game with a challenging AI opponent powered by the Minimax algorithm.

minimax rust tic-tac-toe

Last synced: 23 Dec 2024

https://github.com/raihan4520/ai-and-expert-system

Python implementations from the AI and Expert System course at AIUB, covering search algorithms, machine learning, and neural networks.

ai alpha-beta-pruning astar-algorithm bfs constraint-satisfaction-problem decision-trees dfs knn machine-learning minimax neural-networks python search-algorithms

Last synced: 14 Nov 2024

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

Tic-tac-toe-playing agent demonstrating the application of adversarial search strategies in ensuring optimal gameplay

adversarial-search game intelligent-systems minimax minimax-alpha-beta-pruning rational-agent tic-tac-toe

Last synced: 19 Nov 2024

https://github.com/mrchristensen/reversiai

An AI that plays Reversi by computing the best move through simulating future game states with a minimax algorithm (with alpha-beta pruning).

ai alpha-beta-pruning bot hueristics-function minimax othello reversi

Last synced: 29 Dec 2024

https://github.com/bpesquet/pyai

Minimalist, self-contained Python implementations of various AI algorithms

ai alpha-beta dijkstra linear-regression minimax python

Last synced: 13 Nov 2024

https://github.com/anilsenay/go-xox-grpc-ai

Tic-Tac-Toe game in Golang that can be played against an AI or your friend via gRPC

go golang grpc grpc-go minimax minimax-algorithm

Last synced: 14 Dec 2024

https://github.com/justbuchanan/tictactoe-minimax

Tictactoe implementation in python with a minimax-based computer player

minimax python tic-tac-toe

Last synced: 19 Nov 2024

https://github.com/sshh12/genetic-connect4

Using evolution to evolve a minimax connect4 AI.

connect-four evolution-simulation minimax

Last synced: 22 Dec 2024

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

A simple Tic-tac-toe game with the GUI and 3 levels of difficulty

algorithms memoization minimax tic-tac-toe tic-tac-toe-python

Last synced: 14 Nov 2024

https://github.com/musty-ess/tictactoe-ai-with-minimax

This project implements an AI that plays Tic-Tac-Toe optimally using the Minimax algorithm. The AI is designed to never lose when played against, as Tic-Tac-Toe, when played optimally by both players, always results in a tie. The project includes a graphical interface for easy interaction.

ai artificial-intelligence game-development minimax minimax-algorithm minimax-alpha-beta-pruning pygame python

Last synced: 13 Nov 2024