Skip to content
/ deck Public

52-card deck manipulation library with sub-package for detection/scoring of Hold'em poker hands.

License

Notifications You must be signed in to change notification settings

jcarley/deck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deck

Deck exposes an API for a simple 52-card deck.

It holds 52 indivual cards and exposes functions to manipulate them. Each card is represented as a single unsigned, 8-bit integer.

Usage

go get github.com/jteeuwen/deck

License

Unless otherwise stated, all of the work in this project is subject to a 1-clause BSD license. Its contents can be found in the enclosed LICENSE file.

About

52-card deck manipulation library with sub-package for detection/scoring of Hold'em poker hands.

Resources

License

Stars

Watchers

Forks

Packages

No packages published