Chess library in C++
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.
 
 
Justin Pilon 2097fad6c8
justins attempt at python
5 years ago
pythonChess justins attempt at python 5 years ago
src Merge branch 'develop' 5 years ago
tests Fix warnings when compiling on Raspi (I think) 5 years ago
.gitignore Change CHESS_CARS to CPP std::array 5 years ago
LICENSE Change CHESS_CARS to CPP std::array 5 years ago
README.md Change CHESS_CARS to CPP std::array 5 years ago

README.md

chess

Chess engine in c++

Will turn into game eventually.

Compiling

cd src

make && ./chess.out

Compiling Tests

cd tests

make && ./tests.out -s

The -s option prints the values of tests that pass, as well as tests that fail. If you want to only print the values of tests that fail, remove the -s flag.