p122 - started on table design for draw games
This commit is contained in:
parent
9a4a17c32f
commit
9e819f3ad2
|
@ -141,7 +141,8 @@ The program itself is licensed under AGPLv3, see agpl-3.0.txt</p>
|
|||
<TD><P>char(4)</P></TD>
|
||||
<TD><p>The underlying structure. valid entries:<br>
|
||||
hold - Holdem and Omaha<br>
|
||||
stud - Stud and Razz </P></TD>
|
||||
stud - Stud and Razz<br>
|
||||
draw - (incl Badugi)</P></TD>
|
||||
</TR>
|
||||
<TR VALIGN=TOP>
|
||||
<TD><P>category</P></TD>
|
||||
|
@ -152,7 +153,11 @@ The program itself is licensed under AGPLv3, see agpl-3.0.txt</p>
|
|||
omahahilo=Omaha 8 or better<br>
|
||||
razz=Razz<br>
|
||||
studhi=7 Card Stud High only<br>
|
||||
studhl=7 Card Stud 8 orbetter</p></TD>
|
||||
studhilo=7 Card Stud 8 or better<br>
|
||||
fivedraw=Five Card Draw<br>
|
||||
27sgldraw=2-7 Single Draw<br>
|
||||
27tridraw=2-7 Tripple Draw<br>
|
||||
badugi=Badugi</p></TD>
|
||||
</TR>
|
||||
<TR VALIGN=TOP>
|
||||
<TD><P>limitType</P></TD>
|
||||
|
|
0
pyfpdb/HUD_main.py
Normal file → Executable file
0
pyfpdb/HUD_main.py
Normal file → Executable file
|
@ -445,7 +445,7 @@ This program is licensed under the AGPL3, see docs"""+os.sep+"agpl-3.0.txt")
|
|||
("/Viewers/_Player Stats (tabulated view) (todo)", None, self.not_implemented, 0, None ),
|
||||
("/Viewers/Starting _Hands (todo)", None, self.not_implemented, 0, None ),
|
||||
("/Viewers/_Session Replayer (todo)", None, self.not_implemented, 0, None ),
|
||||
("/Viewers/Poker_table Viewer (obselete)", "<control>T", self.tab_table_viewer, 0, None ),
|
||||
("/Viewers/Poker_table Viewer", "<control>T", self.tab_table_viewer, 0, None ),
|
||||
#( "/Viewers/Tourney Replayer
|
||||
( "/_Database", None, None, 0, "<Branch>" ),
|
||||
( "/Database/Create or Delete _Database (todo)", None, self.dia_create_del_database, 0, None ),
|
||||
|
|
Loading…
Reference in New Issue
Block a user