An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row)
-
Updated
Apr 24, 2024 - Python
A tabletop game that involves counters or pieces moved or placed on a pre-marked surface or board, according to a set of rules.
An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row)
[NeurIPS 2023 Spotlight] LightZero: A Unified Benchmark for Monte Carlo Tree Search in General Sequential Decision Scenarios (awesome MCTS)
Board game AI implementations using Monte Carlo Tree Search
💵 Play Mafia/Werewolf On Your Local Network
Maps for Imperial Assault skirmish scenarios: check missions or print for playmats
An implementation of 9x9 Tic Tac Toe
A fast, generalized, and modified implementation of Deepmind's distinguished AlphaZero in PyTorch.
board games for your terminal!
A checkers reinforcement learning AI, and all the tools needed to train it.
Implements Scrabble. Also allows user to recover all game moves from given board and score list as well as brute-force find best move.
A generic board game socket server
Python library that implements a game similar to the Sorry board game
Multiplayer HTML5 recreation of the classic game of Stratego.
chess variant NNUE training code for Fairy-Stockfish
Board game data scraper
🎮 It is a two-player connection game in which the players first choose a color and then take turns dropping one colored disc from the top into a seven-column, six-row vertically suspended grid. The pieces fall straight down, occupying the lowest available space within the column, user wins by forming row of four of same color
A generic board game socket client
Scrum Card Game: Scrum Sprint Simulation played as a multi-player card game
Solving Tic-Tac-Toe with Neural Networks.