https://github.com/axross/poker
A Dart implementation of Texas Hold'em matchup simulator based on Henry Lee's Poker Hand Evaluator
https://github.com/axross/poker
dart flutter poker poker-engine texas-holdem
Last synced: 7 months ago
JSON representation
A Dart implementation of Texas Hold'em matchup simulator based on Henry Lee's Poker Hand Evaluator
- Host: GitHub
- URL: https://github.com/axross/poker
- Owner: axross
- License: apache-2.0
- Created: 2020-07-11T06:21:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-22T17:43:11.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T20:30:01.929Z (about 1 year ago)
- Topics: dart, flutter, poker, poker-engine, texas-holdem
- Language: Dart
- Homepage: https://pub.dev/packages/poker
- Size: 356 KB
- Stars: 14
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Poker
[](https://codecov.io/gh/axross/poker)
A Dart implementation of Texas Hold'em matchup simulator based on [Henry Lee's Poker Hand Evaluator](https://github.com/HenryRLee/PokerHandEvaluator).
- [pub.dev](https://pub.dev/packages/poker)
- [API reference](https://pub.dev/documentation/poker/latest/)## License
[Apache License 2.0](/LICENSE)