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
A simple chess game, chess AI implemented in Python.
AI for Playing Russian Checkers (aka "Shashki")
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.
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
This game is inspired by Eddie Sharwick's chess series. Added in UI features and made it Star Wars themed :)
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.
Connect Four Game
Fully functional chess engine built from the ground-up with LibGDX
Implementation of connect four game using Javascript, Python and basic of AI
Porjects for Algorithmic Techniques for Artificial Intelligence
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."