bkryger/PerlPokerTimer
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Poker Timer
by Bob Kryger, 10/2007
GPLv3 Copyright Bob Kryger. See file named COPYING for details.
PokerTimer is a poker tournement timer for your home tourney.
It is written in Perl/Tk on a Linux system. It may work on Windows but
has not been tested there.
To run you'll need Perl, Tk, Tk::FontDialog, Tk::StatusBar,
Tk::FileSelect, Tk::ROText
Use it as you like, modify it if you wish, send me any changes and I
may integrate them.
The program requires a file which specifies the detail of each level. I
have provided a number of examples based on what I have found on the
interet from various sources.
I have named these files with a .ptab extension, just to help identification.
Each file contains a single level table. Comments are as you'd expect. Each
Level must be specified on a line with the following field delimited with a
colon (:).
Level Number
Small Blind
Big Blind
Ante
Level Time
A line appears as such:
1:10:20:0:10
2:20:40:0:10
3:40:80:0:10
Which specifies the first three levels of 10 minutes each, no ante and
small and big blinds as 10/20, 20/40 and 40/80.