Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 468 Bytes

File metadata and controls

19 lines (13 loc) · 468 Bytes

Matilda

Slovak checkers game/player

Building

Currently Visual Studio 2017 is used to develop this project.

In order to build the application you need also some parts of boost library. The easiest way to install those dependecies is to use vcpkg. You need following libraries

  • boost-program-options
  • boost-container
  • boost-algorithm
  • boost-range

Testing

In order to run tests gtest framework is required.