Skip to content

Files

Latest commit

b132ae8 · Apr 6, 2025

History

History

cards

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 8, 2025
Feb 8, 2025
Apr 6, 2025
Apr 6, 2025
Aug 10, 2024
Aug 10, 2024
Feb 8, 2025
Jan 18, 2025
Jan 18, 2025
Jan 18, 2025
Feb 8, 2025
Feb 8, 2025
Feb 8, 2025
Feb 8, 2025

Card Games - C++ Implementation

This module provides a set of classes and utilities for building card games.

Related Projects

Components

  • Top level module contains core components for building card games.
  • golf is a mostly complete implementation of the game Golf.

Building

This project uses Bazel for building:

bazel build //cpp/cards:...

Testing

bazel test //cpp/cards:...

IDE Support

For optimal development experience, use CLion with the Bazel plugin or VSCode with the compile commands extractor as described in the main README.