Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-22T17:43:11.000Z (over 2 years ago)
- Last Synced: 2024-05-01T20:30:01.929Z (8 months 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
[![codecov](https://codecov.io/gh/axross/poker/branch/main/graph/badge.svg?token=FQSLKG51YU)](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)