A simple chess game for comparing your moves with other chess engines
-
Updated
Sep 3, 2020 - Python
8000
A simple chess game for comparing your moves with other chess engines
A simple chess game, chess AI implemented in Python.
A generic JAVA implementation of the Minimax algorithm (and derivated...)
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.
AI for Playing Russian Checkers (aka "Shashki")
gomoku @ 42 - gomoku AI using negamax written in Rust / JavaScript
negamax AI algorithm for turn-based games
A chess AI (currently in development) made in Python and GUI provided by Pygame.
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.
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).
Artificial Intelligence final project. implementing negamax.
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.
Fully functional chess engine built from the ground-up with LibGDX
A simple chess game, chess AI implemented in Python and Multiplayer over network using java.
Gravy - A C# Chess Engine
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.
AI | MI | mesterséges inteligencia
A highly optimized Gomoku (Ninuki-Renju) game engine and AI in C, using Negamax, Zobrist transposition tables, a VCF solver, and the MLX42 graphics library.
A highly-optimized, custom C++23 bitboard chess engine paired with a modern, real-time web analysis platform built in Next.js and Node.js.
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."