Skip to content

Dealer-s-Choice/deckhandler

Repository files navigation

Linux Windows MacOS

deckhandler

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

Detailed example usage can be seen in example-01.c and aa-pokerhands

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 3

  •  
  •  
  •