Download List

專案描述

PHP Poker Engine can be used to implement a Poker
game engine. It has a class that can deal and
shuffle a deck of cards. There is another class
that can evaluate a deck of cards to check whether
it matches a Poker sequence. If the deck matches a
Poker sequence, it returns the name of the
sequence and the number of points it is worth in
the Poker game.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-04-03 15:17
2

A new class called "pokerDeck2.php" is included in the package. It has improved shuffling using the mt_rand() function in favor of the shuffle() function. As a result, the "randomness" of the deal is improved.
標籤: Stable pokerDeck, Minor feature enhancements

2006-07-31 22:24
3.1

The erroneous reference to the "include" files for secondPairTest and fhTest were removed. Also, the missing getKickerText methods were added to pairs and high cards.
標籤: Minor bugfixes

2006-07-18 16:05
2006-07-17

The code was split into files for reassembly on
the backend, since it was previously too large
(530kb) for the server.
標籤: Major feature enhancements

2006-07-17 05:18
3

This release accomplishes the all important task of breaking ties and creating kickers. Users can get initial points, points for individual kickers, total points, and text for kickers (in addition to text for the hand). It also has a unique point system so that every hand combo has its own score (including with kickers).
標籤: Major feature enhancements

2006-06-20 16:24
2006-06-20

The class in phpPokerEngine was renamed to
"pokerEngine" from "massiveSwitch". massiveSwitch
was the old name and is not used in the examples.
To instantiate the objects accurately, you should
use pokerengine.
標籤: Minor bugfixes

Project Resources