Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 460 Bytes

File metadata and controls

15 lines (11 loc) · 460 Bytes

Chess (v1.9)

Implemented Chess in C++, applying C++11 and C++14 features and Object Oriented design.

alt text

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'