Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teddriggs/gobblet
https://github.com/teddriggs/gobblet
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/teddriggs/gobblet
- Owner: TedDriggs
- Created: 2023-07-17T14:26:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-18T15:07:05.000Z (over 1 year ago)
- Last Synced: 2024-10-16T12:05:36.041Z (3 months ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gobblet
`gobblet` is an implementation of the Gobblet Gobblers board game.
Two players take turns moving their pieces to try and complete a row of three pieces.
Pieces are different sizes: Larger pieces cover smaller ones, preventing those pieces from helping complete rows.## Usage
After installing the repo, use `cargo run` to start the game.