Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scrubmx/poker
Poker odds calculator written in Java 1.6
https://github.com/scrubmx/poker
Last synced: about 1 month ago
JSON representation
Poker odds calculator written in Java 1.6
- Host: GitHub
- URL: https://github.com/scrubmx/poker
- Owner: scrubmx
- Created: 2012-11-16T00:19:13.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-04T20:15:57.000Z (almost 12 years ago)
- Last Synced: 2023-04-03T11:52:11.459Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 151 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
poker
=====A poker hand equity calculator, written in Java 1.6
The cards must be entered in the format: As,10d with every card separated by a comma.
Run 'javac ProyectoPoker.java' and then 'java ProyectoPoker' for a simple usage example.