Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthewandretaylor/gobbletsolver
Solver agent for the Gobblet game
https://github.com/matthewandretaylor/gobbletsolver
agent javascript python
Last synced: about 23 hours ago
JSON representation
Solver agent for the Gobblet game
- Host: GitHub
- URL: https://github.com/matthewandretaylor/gobbletsolver
- Owner: MatthewAndreTaylor
- Created: 2024-07-19T04:02:52.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T19:52:22.000Z (4 months ago)
- Last Synced: 2024-08-03T20:51:53.258Z (4 months ago)
- Topics: agent, javascript, python
- Language: JavaScript
- Homepage: https://gobbletsolver.netlify.app
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gobblet Game Solver
This repo includes a javascript and python implementation of a solver for the Gobblet game
To make it simple the game uses numbers to signify which gobblets can be stacked onto each other.
Three gobblets in a row to win```bash
python main.py
```Select the piece you want to move by clicking it and click an end location on the board afterwards
In the browser you are the blue player and start first.
## Game information 🔍
[Gobblet wiki](https://en.wikipedia.org/wiki/Gobblet)
[Game official rules](https://www.boardspace.net/gobblet/english/gobblet_rules.pdf)