https://github.com/jaketherealone/chess
Chess - strategy game
https://github.com/jaketherealone/chess
chess cpp ncurses terminal tui
Last synced: about 1 month ago
JSON representation
Chess - strategy game
- Host: GitHub
- URL: https://github.com/jaketherealone/chess
- Owner: JakeTheRealOne
- License: gpl-3.0
- Created: 2024-07-29T12:50:03.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T16:36:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T21:46:46.833Z (over 1 year ago)
- Topics: chess, cpp, ncurses, terminal, tui
- Language: C++
- Homepage:
- Size: 3.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chess - terminal


## How to play a game of Chess
./chess
## How to rebuild the project
make
## Controls
| Key | Action |
|----------|----------|
| Enter | Confirm selection |
| Escape q | Abort/Leave menu |
| ↑ ↓ ← →
k j h l | Change the cursor position |