Poker Solitaire Instructions


[instructions still under construction...]
This game is an example of dynamic images, and also includes some good examples of custom objects and arrays in JavaScript. It is from the upcoming book, "Laura Lemay's Web Workshop: JavaScript", by Michael Moncur, coming in August 1996 from Sams.net publishing.
The Object: Cards are drawn one at a time onto the pile at the lower right-hand corner of the screen. Click one of the 25 game board squares to place the next card there. The object is to construct poker hands in the columns, rows, and diagonals.

Scoring: The scoring is being revised; right now it isn't very realistic. Scores for each row are based on the hand in that row. The total score is updated continuously; the total score at the end of a game is your final score.

Return to the Game