This module provides a set of classes and utilities for building card games.
- Rust Implementation (WIP)
- Go Implementation (WIP)
- Top level module contains core components for building card games.
- golf is a mostly complete implementation of the game Golf.
This project uses Bazel for building:
bazel build //cpp/cards:...
bazel test //cpp/cards:...
For optimal development experience, use CLion with the Bazel plugin or VSCode with the compile commands extractor as described in the main README.