Click here to Skip to main content
15,896,348 members
Articles / Programming Languages / Javascript

Poker In Four Hours

Rate me:
Please Sign up or sign in to vote.
4.70/5 (7 votes)
25 Apr 2011CPOL5 min read 45.2K   678   16  
Assign a value to a hand of cards that reflects its strength/score according to the standard poker hand ranking system and avoid the need to sort, compare, and lookup individual hands
.hidden
{
    display:none;
}

.invisible
{
    visibility:hidden;
}

.header
{ 
    margin:5px; 
    padding:5px
}

.h1
{
    font-size:14px; 
    font-weight:bold; 
    padding:5px
}

.detail
{ 
    display:none; 
    margin-left:40px
}

.detailswitch
{ 
    border: 1px solid #696969; 
    color: #696969; 
    margin:5px; 
    font-size:10px; 
    cursor:pointer
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Canada Canada

Comments and Discussions