Skip to content
This repository was archived by the owner on May 2, 2026. It is now read-only.

Dealer-s-Choice/deckhandler

Repository files navigation

Linux Windows MacOS

The code for this library has been moved into Dealer's Choice, and this project will be archived.

deckhandler

Library that will create a deck of cards and shuffle it.

Detailed example usage can be seen in test/test_01.c.

Commented types and functions in deckhandler.h

Dependencies

  • meson (for the build system)

Building

meson setup builddir
cd builddir
ninja

Tests

ninja test

Installation

To specify the installation directory (defaults to /usr/local) and install the program:

From *builddir*: `meson configure --prefix=
ninja install

To uninstall:

ninja uninstall

Projects that use deckhandler

Using the library with other languages

See SWIG_INTERFACE.md

Releases

No releases published

Contributors