Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)