Assorted tools for the the trading card game, Star Wars: Unlimited.
This repository uses Bazel for building and testing in a self-contained environment.
For MacOS or Linux (possibly Windows with WSL), invoke bazel
from the root:
./bazel build //...
As needed, dependencies will be downloaded and the project will be built.
./bazel test //...