gambitproject / jsgte

JavaScript GTE
GNU General Public License v2.0
14 stars 16 forks source link

tree edges unnecessarily crossing info sets #87

Open stengel opened 8 years ago

stengel commented 8 years ago

This relates to game tree layout. Terminal nodes should be drawn high enough to avoid crossing info sets. The extra third node on the left should be drawn higher up (this is - correctly so - independent of the way the game tree is created, here I added the extra node to player 2's info set afterwards): bad

whereas GTE does it right: good

Also, the MOVE LABELS should be at the same height and not just the middle of the tree edge. Again, correctly in GTE.