A portable chess game and an engine in one package
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kasianov Nikolai Alekseevich 2dfa965842 fix: board: added forgotten "case" 7 months ago
src fix: board: added forgotten "case" 7 months ago
.gitignore Initial commit: basic abstractions, a couple of working flags, piece logic and chess notation are not yet complete 8 months ago
COPYING Initial commit: basic abstractions, a couple of working flags, piece logic and chess notation are not yet complete 8 months ago
Makefile Initial commit: basic abstractions, a couple of working flags, piece logic and chess notation are not yet complete 8 months ago
README.md Initial commit: basic abstractions, a couple of working flags, piece logic and chess notation are not yet complete 8 months ago
TODO documentation: algebraic_notation 7 months ago
make.sh Initial commit: basic abstractions, a couple of working flags, piece logic and chess notation are not yet complete 8 months ago

README.md

C3hess - Console Chess written in C

A portable chess game and an engine in one package

About

Building

make

or

./make.sh

or compile yourself, there are no dependencies

Installation

License

AGPLv3