negamax-algorithm
There are 39 repositories under negamax-algorithm topic.
AnshGaikwad/Chess-World
A simple chess game for comparing your moves with other chess engines
SamRagusa/Batch-First
A JIT compiled chess engine which traverses the search tree in batches in a best-first manner, allowing for neural network batching, asynchronous GPU use, and vectorized CPU computations.
avianey/minimax4j
A generic JAVA implementation of the Minimax algorithm (and derivated...)
Avo-k/black_numba
Python chess engine compiled with Numba (from 7300 to 1500000 nodes/second)
JohnAD/negamax
negamax AI algorithm for turn-based games
danthurston/BeatMyChessAI
A multi-algorithm chess game that aims to teach AI concepts through experimentation. Users can select from four algorithms to compete against, as well set the search depth.
mpcal/shashki-ai
AI for Playing Russian Checkers (aka "Shashki")
pedjamitrovic/Chess3D
3D chess game playable in a PvP or PvE mode. Implemented decent AI player for amateur gameplay. Developed a bug free chess engine. Implemented in C#, Unity Engine.
anuragjain-git/chess-ai
A simple chess game, chess AI implemented in Python.
a2ys/chess-ai
A chess AI (currently in development) made in Python and GUI provided by Pygame.
pbondoer/42-gomoku-rust
gomoku @ 42 - gomoku AI using negamax written in Rust / JavaScript
siddheshsingh26/ChessAI-Game
This Game is made up from scratch . This is 1 Player and 2 Player Game . The AI for this Game is made by NegMax algo.
bishopmate/bishopKara-chess-engine
A chess engine developed using pygame for GUI and using negamax algorithm for AI
jenningsfan/Gravy-Chess-Engine
Gravy - A C# Chess Engine
x1ew/four-in-row-negamax
Artificial Intelligence final project. implementing negamax.
Arthur199212/connect-four-game
Connect Four Game
CHEREF-Mehdi/Othello
Creating a game (Othello) and its AI based on heuristic search algorithms (Alpha-Beta-prunning and NegaMax) using Processing (Java library and a free development environment).
coyorkdow/gomoku_AI
gomoku AI via negamax search, implementing in C language
elakaddo/Intelligence-artificelle-jeux-adverseriaux
Ce projet est un travail pratique pendant la deuxième année universitaire en informatique. Au but de pratiquer les algorithme d'élagage Alphabeta, Minimax et Negamax.
Guigui14460/infection-et-intelligence-artificielle
Jeu d'infection et implémentation d'algorithmes d'intelligence artificielle
Jabezng2/Star-Wars-Chess-AI-Game
This game is inspired by Eddie Sharwick's chess series. Added in UI features and made it Star Wars themed :)
quentinlegot/Othello
Othello is a strategy board game created in 1971 based on Reversi game. This game is an ai-ai battle only (alphabeta or negamax algorithm)
rodrigoAMF/connect-four
Implementation of connect four game using Javascript, Python and basic of AI
sergi-s/Special-Topics-in-Artificial-Intelligence
Porjects for Algorithmic Techniques for Artificial Intelligence
Shynee1/ChessEngine
Fully functional chess engine built from the ground-up with LibGDX
aleviscomi/automatic-hadron-player_ai-project
Project for the 'Artificial Intelligence' exam, focusing on the implementation of an automatic Hadron player
Ayushii12/Tic-Tac-Toe
This repository contains Tic-Tac-Toe game that offers two options: 1) Human Vs Human 2) Human Vs Computer. The computer player uses the Minimax and Negamax algorithms to make its moves.
erosten/Bengal
Bengal - A traditional chess engine written in python, play me on Lichess!
IMobinI/Hex-Game
Artificial Intelligence final project. implementing negamax.
lucasgarciadominguez/ai-4inline
AI project done in Unity. Typical game of 4 inline that has an AI that can be switched to different algorithms such as: Minimax, Negamax AB, NegaScout or Aspirational.
gabboraron/MI-EA
AI | MI | mesterséges inteligencia
mehzabin-haque/minichess
This is a mini chess game developed using the Next.js framework, where you can play against an AI opponent. It is a simple but fun game that can be enjoyed by players of all ages.