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
238c66d7a6
feat: notation_move_from_string; feat: actually keep track of who makes the move; bugfix: convert char to int the right way
|
12 months ago |
src
|
feat: notation_move_from_string; feat: actually keep track of who makes the move; bugfix: convert char to int the right way
|
12 months ago |
.gitignore
|
Initial commit: basic abstractions, a couple of working flags, piece logic and chess notation are not yet complete
|
1 year ago |
COPYING
|
Initial commit: basic abstractions, a couple of working flags, piece logic and chess notation are not yet complete
|
1 year ago |
Makefile
|
Initial commit: basic abstractions, a couple of working flags, piece logic and chess notation are not yet complete
|
1 year ago |
README.md
|
Initial commit: basic abstractions, a couple of working flags, piece logic and chess notation are not yet complete
|
1 year ago |
TODO
|
feat: notation_move_from_string; feat: actually keep track of who makes the move; bugfix: convert char to int the right way
|
12 months ago |
make.sh
|
Initial commit: basic abstractions, a couple of working flags, piece logic and chess notation are not yet complete
|
1 year ago |
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