Skip to content

Mewel/pokerenlighter-simulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poker Enlighter Simulator

Description

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.

Website

You can find everything about this project on its website: http://pokerenlighter.javafling.org/ .

License

Poker Enlighter Simulator is published under the LGPL v2.1 license, a copy of which is present in the project root.

Usage

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 instructions on how to actually use it on the Developer Guide page: http://pokerenlighter.javafling.org/developers.php .

The code on the Developer Guide page can also be found in the use-example/Example.java file.

Contributions

I do accept both bug reports and pull requests of interesting features and fixes.

About

A Java-based poker equity calculator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.2%
  • Batchfile 0.8%