Skip to content

A library to handle all the logic of a playing card deck.

License

Notifications You must be signed in to change notification settings

heindrichpaul/deckofcards

Repository files navigation

DeckOfCards GoDocBuild StatuscodecovGo Report CardMaintainability



Reason for the project

I wanted to write a library for a deck that I could use for multiple card games. I have looked at other projects but found that it was not meeting all my requirements. I also decided I wanted to use this project as an excercise for Golang modulization.

Project status

The base implementation is complete but I will add more functionality if needed.

Install

With a correctly configured Go toolchain:

go get -u github.com/heindrichpaul/deckofcards

Contribution

If you want to contribute to the project and make it better, your help is very welcome.

License

MIT License. See the LICENSE file for details.