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.
Python chess engine compiled with Numba (from 7300 to 1500000 nodes/second)
A simple chess game, chess AI implemented in Python.
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.
This game is inspired by Eddie Sharwick's chess series. Added in UI features and made it Star Wars themed :)
Artificial Intelligence final project. implementing negamax.
A chess engine developed using pygame for GUI and using negamax algorithm for AI
Chess Engine using Python
Bengal - A traditional chess engine written in python, play me on Lichess!
Artificial Intelligence final project. implementing negamax.
Jeu d'infection et implémentation d'algorithmes d'intelligence artificielle
A simple artificial intelligence board game demonstrating negamax and various heuristics for the game isolation
♟️ Build a Python-based chess game with a stunning GUI, AI opponent, move history, and timers, perfect for learning game programming and algorithms.
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."