This program allows to visualize a sample of poker hands according to the lines taken, and to navigate the corresponding tree. It also displays the known ranges of each opponent at the different points of each betting sequence.
The heads up version was used for the durrrr challenge video that I did on CardRunners with Brian Hastings.
I now also have a 6-max version, that only takes into account hands that are heads up after the flop, and treat all opponents as a generic villain.
To test it yourself, you need to have java installed on your system. If you don't, first get it from Sun's website :
http://java.sun.com/javase/technologies/desktop/javawebstart/index.jsp
then,
- download
tree.jar and place it where you have java.exe (or place the directory where you have java, for instance C:\Program Files\Java\jre6\bin in your path)
- download the
durrrr_vs_Jungleman.btr file and save it on your hard disk.
- open a windows console using Start->Accessories->Console - type java -jar tree.jar
In the program, use File->Load, and navigate to where you have saved the durrrr_vs_Jungleman.btr file. It should load in a couple of seconds. Then use the tree and select the different nodes to see what they have when they take those lines.