https://github.com/maxbeizer/gh-games
๐ฎ Terminal games as a GitHub CLI extension
https://github.com/maxbeizer/gh-games
Last synced: 2 months ago
JSON representation
๐ฎ Terminal games as a GitHub CLI extension
- Host: GitHub
- URL: https://github.com/maxbeizer/gh-games
- Owner: maxbeizer
- License: mit
- Created: 2026-03-19T13:43:32.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-19T21:35:34.000Z (3 months ago)
- Last Synced: 2026-03-20T06:45:59.393Z (3 months ago)
- Language: Go
- Homepage:
- Size: 645 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ๐ฎ gh-games
Terminal games as a GitHub CLI extension. Play right from your command line!
## Install
```sh
gh extension install maxbeizer/gh-games
```
## Games
| Command | Game |
|---------|------|
| `gh games guess` | ๐ฉ Guess the 5-letter word in 6 tries |
| `gh games group` | ๐ Find four groups of four related words |
| `gh games hive` | ๐ Find words from 7 letters, center required |
| `gh games hang` | โ ๏ธ Classic hangman |
| `gh games jumble` | ๐ Unscramble the jumbled word |
| `gh games ladder` | ๐ช Change one letter at a time to reach the target |
| `gh games trivia` | ๐ง 10-question trivia quiz |
| `gh games code` | ๐ Crack the secret color code |
| `gh games cross` | ๐ฐ 5ร5 mini crossword |
## Sharing Results
After each game, share your spoiler-free results:
- **Clipboard** โ press `C` to copy (always available)
- **Slack** โ press `S` to post via [gh-slack](https://github.com/github/gh-slack) (requires setup)
### Slack setup
```sh
gh extension install github/gh-slack # if not already installed
gh games config # interactive setup
```
## Development
```sh
make build # Build binary
make test # Run tests
make ci # Build + vet + test with race detector
make install-local # Install from local checkout
```
## License
MIT ยท Not affiliated with the New York Times or any other company โ๏ธ