Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tangilj/shobu-engine
Move generator in C++ for Shobu, a 2-player abstract strategy board game
https://github.com/tangilj/shobu-engine
Last synced: 17 days ago
JSON representation
Move generator in C++ for Shobu, a 2-player abstract strategy board game
- Host: GitHub
- URL: https://github.com/tangilj/shobu-engine
- Owner: TangilJ
- License: gpl-3.0
- Created: 2023-12-30T11:00:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-13T15:29:34.000Z (8 months ago)
- Last Synced: 2024-05-14T17:47:08.195Z (8 months ago)
- Language: C++
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shobu engine
This repository contains a move generator for Shobu, a 2-player abstract
strategy board game.It also contains code to run a NNUE network for Shobu, which can be trained
using the code in [shobu-python](https://github.com/TangilJ/shobu-python).