Download List

Descripción del Proyecto

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

Una nueva clase llamada "pokerDeck2.php" está incluido en el paquete. Se ha mejorado arrastrando los pies con el mt_rand () en favor de la shuffle () la función. Como resultado, se mejora la "aleatoriedad" de la operación.
Tags: Stable pokerDeck, Minor feature enhancements
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.

2006-07-31 22:24
3.1

La referencia errónea a la "incluyen" los archivos para secondPairTest y fhTest fueron removidos. Además, los métodos getKickerText desaparecidos fueron agregados a los pares y las tarjetas de alta.
Tags: Minor bugfixes
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.

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

El código se divide en los archivos para volver a montar en el backend, ya que antes era demasiado grande (530kb) para el servidor.
Tags: Major feature enhancements
The code was split into files for reassembly on
the backend, since it was previously too large
(530kb) for the server.

2006-07-17 05:18
3

Este comunicado de todos los lleva a cabo la importante tarea de romper los lazos y la creación de pateadores. Los usuarios pueden obtener puntos iniciales, puntos para pateadores individuales, total de puntos, y el texto para pateadores (además de texto para la mano). También tiene un sistema de punto único para que cada combo tiene su mano propia puntuación (incluso con pateadores).
Tags: Major feature enhancements
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).

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

La clase en phpPokerEngine se denomina "pokerEngine" de "massiveSwitch". massiveSwitch era el nombre antiguo y no se utiliza en los ejemplos. A instancias de los objetos con precisión, debe utilizar pokerengine.
Tags: Minor bugfixes
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.

Project Resources