This is the initial release of ShellChess for the Linux terminal.
Extract for ARM 64-Bit Linux:
tar -xJf shellchess-linux-aarch64-1.0.tar.xz
Extract for Intel or AMD 64-Bit Linux:
tar -xJf shellchess-linux-x86-64-1.0.tar.xz
The following compilation prompt has been used:
clang -Os -flto -o chess chess.c && strip chess