Hexgame C++ implementation with Bazel build + GTest
GTest version
: @tag v1.10.x
WORKSPACE
filedeps
in //test
packagebazel build //main:hex
bazel build //main:hex
or run ./bazel-bin/main/hex
bazel build //test:hello_test
bazel run //test:hello_test
brew install graphviz
dot -V
- dot - graphviz version 2.44.1 (20200629.0846)bazel query --notool_deps --noimplicit_deps "deps(//main:hex)" --output graph
bazel query --notool_deps --noimplicit_deps "deps(//main:hex)" --output graph | dot -Tpng > assets/images/deps.png