Update README.md

master
Tait Hoyem 5 years ago committed by GitHub
parent 597c47a2c7
commit b4b20a3892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,2 +1,16 @@
# chess
Chess game in c++
Chess engine in c++
Will turn into game eventually.
### Compiling
`cd src`
`make && ./chess.out`
#### Comiling 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.

Loading…
Cancel
Save