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.
 
 
Tait Hoyem 3144e7d7f5
Print pairs in tests. Add new tests for unimplemented functions
5 years ago
src Change board from int[64] to vector<int, 64> 5 years ago
tests Print pairs in tests. Add new tests for unimplemented functions 5 years ago
.gitignore Initial commit 5 years ago
LICENSE Initial commit 5 years ago
README.md Initial commit 5 years ago

README.md

chess

Chess game in c++