# Hexboard cpp
A C++ implementation of hexboard. This codebase is an an extremely experimental
state. The purpose of this code is to attempt to figure out a cleaner way
of doing what is needed for research in the engine.

It's also far easier to deploy c++ projects to steam users than Java ones. That
might become important at some point...

## building
This uses meson as it's build system. Install it from your package manager
of choice and you should be able to run the project.

I'm using eclipse with c++ extentions for writing the code, but any IDE should
work.