NiklasKoehnecke / DoppelkopfFramework

Doppelkopf Ki Framework
4 stars 0 forks source link

Build Status Coverage Status

Doppelkopf

The game expects to be run from a subdirectory (for ex. /bin/doppelkopf.exe). In order to achieve this either:

Test

Tests are off by default. To enable them follow these steps:

  1. Run git submodule init and git submodule update to get the gtest test framework in libs/googletest
  2. Pass -DADD_TESTS=ON to cmake when loading the cmake project(for ex. in the gui or when running the cmake command)

Adding a Bot

The source already includes an ExampleBot, giving you an example of how to code a simple bot.