A golang playing cards library.
Sets of cards/hands/deck are backed by a single int64. The primary aim being to investigate how to implement card games with only bitwise operations.
Simply go-get the package to use as a library
$ go get github.com/hugecannon/cards
Developed and tested on go1.8.1
$ go test ./...
- Hugh Cannon - hugecannon
See also the list of contributors who participated in this project.
- Complete godoc and improve with examples
- Complete poker unit tests
- Improve bitwise-yness of some of the poker package functions. (Not happy about Take/Peek/Count usage)
- Implement poker server
- Dockerize poker server
This project is licensed under the MIT License - see the LICENSE.md file for details