mirror of
https://github.com/ghndrx/shellmate.git
synced 2026-02-10 06:45:02 +00:00
Play chess in your terminal over SSH. No installs, no accounts. Features: - Beautiful terminal-filling chess board with ANSI colors - Play against Stockfish AI (multiple difficulty levels) - Two-step move interaction with visual feedback - Leaderboard with PostgreSQL persistence - SSH key persistence across restarts Infrastructure: - Docker containerized deployment - CI/CD pipeline for dev/staging/production - Health checks with auto-rollback - Landing page at shellmate.sh Tech: Python 3.12+, asyncssh, python-chess, Stockfish
19 lines
365 B
Markdown
19 lines
365 B
Markdown
## Description
|
|
<!-- What does this PR do? -->
|
|
|
|
## Type of Change
|
|
- [ ] 🐛 Bug fix
|
|
- [ ] ✨ New feature
|
|
- [ ] 🔧 Refactor
|
|
- [ ] 📚 Documentation
|
|
- [ ] 🧪 Tests
|
|
|
|
## Testing
|
|
<!-- How was this tested? -->
|
|
|
|
## Checklist
|
|
- [ ] Code follows project style guidelines
|
|
- [ ] Tests pass locally
|
|
- [ ] Documentation updated (if needed)
|
|
- [ ] No sensitive data exposed
|