Poker Enlighter is an open-source poker equity calculator. It has multiple options for performing a variety of simulations. The program will calculate the percentage of winnings, losses and ties between hands or specific ranges.
The main advantages of Poker Enlighter are:
- It is written in Java, which means it can run on Windows, Mac and Linux machines without any problem.
- It makes use of multi-core CPUs to increase the speed of the simulations.
- It has support for more than just Texas Hold'em. Omaha and Omaha Hi/Lo are also supported.
- It's open-source, which means you can see how it works and improve it yourself.
You can find everything about this project on its website: http://pokerenlighter.radumurzea.net/ .
Poker Enlighter Simulator is published under the LGPL v2.1 license, a copy of which is present in the project root.
In order to use the simulator, you have to import the JAR file into your project. You can download it from the Poker Enlighter website.
After this, follow the example found in the use-example/Example.java
file.
I do accept both bug reports and pull requests of interesting features and fixes.