diff options
author | steve <steve@FreeBSD.org> | 1998-02-24 03:55:07 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-02-24 03:55:07 +0800 |
commit | a0b143c2b75ee1fc932a5e4f6e59de1ce9449cb7 (patch) | |
tree | cb67be089778f30cd10166686a65799b3473d96e /games/blackjack/pkg-descr | |
parent | a637a92f639d680b3e4d6c6feae64937ff5297b0 (diff) | |
download | freebsd-ports-gnome-a0b143c2b75ee1fc932a5e4f6e59de1ce9449cb7.tar.gz freebsd-ports-gnome-a0b143c2b75ee1fc932a5e4f6e59de1ce9449cb7.tar.zst freebsd-ports-gnome-a0b143c2b75ee1fc932a5e4f6e59de1ce9449cb7.zip |
A Qt-based version of the blackjack game.
PR: 5822
Submitted by: Peter Mutsaers <plm@xs4all.nl
Diffstat (limited to 'games/blackjack/pkg-descr')
-rw-r--r-- | games/blackjack/pkg-descr | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/games/blackjack/pkg-descr b/games/blackjack/pkg-descr new file mode 100644 index 000000000000..ca39f1076c53 --- /dev/null +++ b/games/blackjack/pkg-descr @@ -0,0 +1,21 @@ + + This is an X windows based game of the casino game blackjack. +The program is currently written to use the Qt toolkit from Troll Tech. +For more information on Qt see "http://www.troll.no/". + + I have always enjoyed the game of blackjack. When I first played in +a casino I lost all the money I had brought. After reading some books +on blackjack and the FAQ for rec.gambling.blackjack, I now know that there +is a basic strategy to follow. The strategy is based on the odds of each +hand and the dealers up card. I wrote this program so I could practice +the basic strategy of blackjack. The basic strategy is in the program +and a help level can be set to help the user learn to play by these rules. +My blackjack game has improved greatly. + + I first wrote this program in tcl/tk. It was OK, but I have trouble +remembering all the syntax and parsing rules. The tcl/tk version was also +noticably slow on my 386 running Linux. Qt has been very good as a C++ +GUI library and is not slow at all on my 386. + +Tom Daley +tdaley@vsys.com |