Skip to content

v1.0

Latest

Choose a tag to compare

@mdraith mdraith released this 11 Feb 20:58
· 27 commits to main since this release
b54be3b

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