This is a simple chess implementation that can be used as an example to explain some basic concepts of programming.
To run tests:
- Install CPPUnit
- For Ubuntu -
sudo apt install libcppunit-dev
- For Windows
- EXE version for MSVC
- For MinGW you will have to build it yourself from binaries
- For Ubuntu -
- Run
make test
- The generated
test
executable is runnable and will display results.