Note that this repo contains the Hex-maze repo as a submodule
When cloning, use:
git clone --recurse-submodules git@github.com:calderast/Hex-maze-spyglass.git
If you forgot to use --recurse-submodules
and already cloned, you can initialize and fetch the submodules like this:
git submodule update --init --recursive