A simple chess game for comparing your moves with other chess engines
-
Updated
Sep 3, 2020 - Python
A simple chess game for comparing your moves with other chess engines
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.
A generic JAVA implementation of the Minimax algorithm (and derivated...)
Python chess engine compiled with Numba (from 7300 to 1500000 nodes/second)
negamax AI algorithm for turn-based games
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.
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.
AI for Playing Russian Checkers (aka "Shashki")
A chess AI (currently in development) made in Python and GUI provided by Pygame.
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.
gomoku @ 42 - gomoku AI using negamax written in Rust / JavaScript
A simple chess game, chess AI implemented in Python.
Gravy - A C# Chess Engine
A chess engine developed using pygame for GUI and using negamax algorithm for AI
Artificial Intelligence final project. implementing negamax.
Implementation of connect four game using Javascript, Python and basic of AI
Jeu d'infection et implémentation d'algorithmes d'intelligence artificielle
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.
gomoku AI via negamax search, implementing in C language
This game is inspired by Eddie Sharwick's chess series. Added in UI features and made it Star Wars themed :)
Add a description, image, and links to the negamax-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the negamax-algorithm topic, visit your repo's landing page and select "manage topics."