An open API service indexing awesome lists of open source software.

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

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