The strategy to win!

For authorised use only.

How to build

Using bare cmake:

mkdir build && cd build && cmake .. && make -j 32

How to test

Run command for debug:

(./spb_ai_champ localhost 31002&);(./spb_ai_champ localhost 31003&);(gdb ./spb_ai_champ;killall spb_ai_champ)

Run command for release:

(./spb_ai_champ localhost 31002&);(./spb_ai_champ localhost 31003&);(./spb_ai_champ;killall spb_ai_champ)