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.

19 lines
326 B

5 years ago
# chess
5 years ago
Chess engine in c++
Will turn into game eventually.
### Compiling
`cd src`
5 years ago
5 years ago
`make && ./chess.out`
5 years ago
#### Compiling Tests
5 years ago
`cd tests`
5 years ago
5 years ago
`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.