Skip to content

TTWNO/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Chess engine in c++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages