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: about 2 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-22T17:43:11.000Z (about 3 years ago)
- Last Synced: 2025-07-09T23:27:25.607Z (3 months ago)
- Topics: dart, flutter, poker, poker-engine, texas-holdem
- Language: Dart
- Homepage: https://pub.dev/packages/poker
- Size: 356 KB
- Stars: 16
- Watchers: 1
- 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)