Implemented Chess in C++, applying C++11 and C++14 features and Object Oriented design.
Dependencies:
Atleast g++-4.9 for <regex> support
Run:
./bin/chess [-b board_file] [-L log_file]
In-game usage:
To move a piece, enter current tile, then destination tile. Example: 'a2 c3'
For help, type 'help'
To quit, type 'quit'