An open API service providing repository metadata for many open source software ecosystems.

Topic: "negamax-algorithm"

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.

Language: Python - Size: 450 KB - Last synced at: 6 months ago - Pushed at: over 3 years ago - Stars: 28 - Forks: 5

avianey/minimax4j

A generic JAVA implementation of the Minimax algorithm (and derivated...)

Language: Java - Size: 223 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 27 - Forks: 7

AnshGaikwad/Chess-World

A simple chess game for comparing your moves with other chess engines

Language: Python - Size: 22.6 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 26 - Forks: 17

JohnAD/negamax

negamax AI algorithm for turn-based games

Language: HTML - Size: 31.3 KB - Last synced at: 27 days ago - Pushed at: almost 6 years ago - Stars: 13 - Forks: 1

Avo-k/black_numba

Python compiled with Numba (from 7300 to 1500000 nodes/second)

Language: Python - Size: 442 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 11 - Forks: 0

mpcal/shashki-ai

AI for Playing Russian Checkers (aka "Shashki")

Language: C++ - Size: 1.26 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 7 - Forks: 2

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.

Language: C# - Size: 33.7 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 7 - Forks: 0

ernestoyaquello/TwoPlayerZeroSumGameEngine

Basic AI engine written in C# that implements the alpha–beta pruning algorithm to create two-player, zero-sum games like Tic Tac Toe or Connect 4.

Language: C# - Size: 771 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

pbondoer/42-gomoku-rust

gomoku @ 42 - gomoku AI using negamax written in Rust / JavaScript

Language: Rust - Size: 53.7 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 1

a2ys/chess-ai

A chess AI (currently in development) made in Python and GUI provided by Pygame.

Language: Python - Size: 448 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

x1ew/four-in-row-negamax

Artificial Intelligence final project. implementing negamax.

Language: Python - Size: 14.6 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

bishopmate/bishopKara-chess-engine

A chess engine developed using pygame for GUI and using negamax algorithm for AI

Language: Python - Size: 97.7 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

rreemmii-dev/Checkers-AI

A checkers game with an AI algorithm (negamax using alpha-beta pruning)

Language: Rust - Size: 7.81 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

Shynee1/ChessEngine

Fully functional chess engine built from the ground-up with LibGDX

Language: Java - Size: 18.2 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

sergi-s/Special-Topics-in-Artificial-Intelligence

Porjects for Algorithmic Techniques for Artificial Intelligence

Size: 326 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

jenningsfan/Gravy-Chess-Engine

Gravy - A C# Chess Engine

Language: C# - Size: 93.8 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Arthur199212/connect-four-game

Connect Four Game

Language: TypeScript - Size: 3.07 MB - Last synced at: 14 days ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

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.

Language: Python - Size: 72.3 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

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 :)

Language: Python - Size: 2.46 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

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.

Language: Python - Size: 11.8 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

coyorkdow/gomoku_AI

gomoku AI via negamax search, implementing in C language

Language: C - Size: 5.86 KB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

Guigui14460/infection-et-intelligence-artificielle

Jeu d'infection et implémentation d'algorithmes d'intelligence artificielle

Language: Python - Size: 181 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

rodrigoAMF/connect-four

Implementation of connect four game using Javascript, Python and basic of AI

Language: JavaScript - Size: 3.5 MB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

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).

Language: Processing - Size: 12.9 MB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 1

anuragjain-git/chess-ai

A simple chess game, chess AI implemented in Python.

Language: Python - Size: 89.8 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

mehzabin-haque/minichess Fork of shazzad5709/Mini-Chess

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.

Language: TypeScript - Size: 5.37 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

IMobinI/Hex-Game

Artificial Intelligence final project. implementing negamax.

Language: Python - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

erosten/Bengal

Bengal - A traditional chess engine written in python, play me on Lichess!

Language: Python - Size: 697 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Ayushii12/TicTacToe

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.

Language: JavaScript - Size: 540 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Meriem-DAHMANI/chess-engine

Language: Python - Size: 29.3 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

tmijieux/tistouchess

Language: C++ - Size: 1.02 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

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.

Language: Java - Size: 6.84 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

alivssut/fourInLine

Language: Java - Size: 16.6 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

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)

Language: Java - Size: 3.43 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

tassoneroberto/unstable

AI playing the Unstable (Chain Reaction) game.

Language: Java - Size: 189 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

gabboraron/MI-EA

AI | MI | mesterséges inteligencia

Size: 35.5 MB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

tigertv/tic-tac-toe

A widely known game

Language: C++ - Size: 62.5 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

Related Topics
alpha-beta-pruning 17 minimax-algorithm 15 chess 13 negamax 12 chess-engine 11 python 9 chess-ai 8 artificial-intelligence 8 ai 7 java 6 pygame 5 minmax-algorithm 4 minimax 4 game 4 artificial-intelligence-algorithms 3 chess-game 3 algorithms 3 alphabeta-algorithm 3 python3 2 othello 2 transposition-table 2 uci 2 uci-chess-engine 2 gomoku 2 javascript 2 rust 2 python-chess 2 flask 2 minmax-alpha-beta-pruning 2 engine 2 checkers 2 iterative-deepening-search 2 react 2 tree-search 2 jit-compiler 2 lichess 2 quiescence-search 2 numba 2 minimax-alpha-beta-pruning 2 graph-search-algorithms 1 html-css-javascript 1 iddfs-algorithm 1 pathfinding 1 bitboards 1 algorithm 1 hacktoberfest 1 q-learning-algorithm 1 reinforcement-learning 1 search-algorithm 1 starwars 1 null-window 1 principal-variation-search 1 search 1 dijkstra-algorithm 1 nextjs 1 chain-reaction 1 chain-reaction-game 1 hill-climbing-search 1 strategy-game 1 unstable 1 astar-algorithm 1 bfs-search 1 bidirectional-search 1 connect4-game 1 dfs-search 1 gametheory 1 magic-bitboards 1 llvm 1 neural-network 1 numpy 1 tensorflow 1 tree-pruning 1 connect-4 1 connect-four 1 parcel 1 react-router-v6 1 tailwindcss 1 typescript 1 a 1 a-star-algorithm 1 b 1 genetic-algorithm 1 alpha-beta 1 draughts 1 desktop-app 1 libgdx 1 libgdx-desktop 1 game-tree-search 1 high-performance 1 rest-api 1 russian-checkers 1 russian-draughts 1 shashki 1 web-based-visualization 1 ann 1 batch 1 convolutional-neural-networks 1 gpu 1 inception-module 1 jit 1