https://github.com/8dcc/chess
Simple chess client for the terminal
https://github.com/8dcc/chess
chess cli game ncurses
Last synced: 5 months ago
JSON representation
Simple chess client for the terminal
- Host: GitHub
- URL: https://github.com/8dcc/chess
- Owner: 8dcc
- License: gpl-3.0
- Created: 2025-10-22T19:39:05.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-27T20:31:07.000Z (7 months ago)
- Last Synced: 2025-11-29T17:01:19.182Z (7 months ago)
- Topics: chess, cli, game, ncurses
- Language: C
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+title: Chess
#+author: 8dcc
#+startup: showeverything
Simple chess client for the terminal.
* Building
Clone the repository and build the project using =make=.
#+begin_src bash
git clone https://github.com/8dcc/chess
cd chess
make
# ...
#+end_src
* Usage
For more information about the program, run it with the =--help= argument.
#+begin_src bash
./chess-ncurses --help
# ...
#+end_src