×

注意!页面内容来自https://www.dummies.com/article/rummy-understanding-the-rules-and-starting-a-game-193770/,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

<> /* Swiper */ /* Used when slider is set to autoplay */ .swiper-wrapper { transition-timing-function: linear!important; } /* Button Inactive State */ .swiper-button-disabled { opacity: 0.3; pointer-events: none; } /* Variables */ :root { /* grid */ --column-count: 12; --grid-main: repeat(var(--column-count)minmax(01fr)); --grid-1: repeat(1minmax(01fr)); --grid-2: repeat(2minmax(01fr)); --grid-3: repeat(3minmax(01fr)); --grid-4: repeat(4minmax(01fr)); --grid-5: repeat(5minmax(01fr)); --grid-6: repeat(6minmax(01fr)); --grid-7: repeat(7minmax(01fr)); --grid-8: repeat(8minmax(01fr)); --grid-9: repeat(9minmax(01fr)); --grid-10: repeat(10minmax(01fr)); --grid-11: repeat(11minmax(01fr)); --grid-12: repeat(12minmax(01fr)); --grid-gap-total: calc(var(--grid-gap--main) * (var(--column-count) - 1)); --column-width: calc((100% - var(--grid-gap-total)) / var(--column-count) + var(--grid-gap--main)); --breakout-gutter: minmax(calc(var(--padding-global--main) - var(--grid-gap--main))1fr); --breakout-remaining: calc(var(--max-width--main) - (var(--padding-global--main) * 2)); --breakout-start: [full-start] var(--breakout-gutter) [content-start]; --breakout-end: [content-end] var(--breakout-gutter) [full-end]; --grid-breakout-single: var(--breakout-start) minmax(0var(--breakout-remaining)) var(--breakout-end); --grid-breakout: var(--breakout-start) repeat(var(--column-count)minmax(0calc((var(--breakout-remaining) - var(--grid-gap-total)) / var(--column-count)))) var(--breakout-end); /* Text - Font */ --font-weight--inherit: inherit; --font-weight--100: 100; --font-weight--200: 200; --font-weight--300: 300; --font-weight--400: 400; --font-weight--500: 500; --font-weight--600: 600; --font-weight--700: 700; --font-weight--800: 800; --font-weight--900: 900; --text-transform--none: none; --text-transform--uppercase: uppercase; --text-transform--capitalize: capitalize; --text-transform--lowercase: lowercase; --text-transform--inherit: inherit; } /* Components Section padding */ [data-padding-top="none"] { padding-top: var(--padding-section--none); } [data-padding-bottom="none"] { padding-bottom: var(--padding-section--none); } [data-padding-top="small"] { padding-top: var(--padding-section--small); } [data-padding-bottom="small"] { padding-bottom: var(--padding-section--small); } [data-padding-top="medium"] { padding-top: var(--padding-section--medium); } [data-padding-bottom="medium"] { padding-bottom: var(--padding-section--medium); } [data-padding-top="large"] { padding-top: var(--padding-section--large); } [data-padding-bottom="large"] { padding-bottom: var(--padding-section--large); } video { width: 100%; object-fit: cover; } video.wf-empty { padding: 0; } svg { display: block; } sectionheaderfooter { position: relative; } button { background-color: unset; padding: unset; text-align: inherit; cursor: pointer; } select { -webkit-appearance: none; -moz-appearance: none; appearance: none; } h1h2h3h4h5h6blockquote { font-size: inherit; line-height: inherit; font-weight: inherit; } h1h2h3h4h5h6plabelblockquote { margin-top: 0; margin-bottom: 0; } textarea { resize: vertical; } .wf-design-mode .g_clickable-wrapper { z-index: -1; } .wf-design-mode .g_link-wrapper { z-index: -1; } .u-rich-text-clear > *:not(h1h2h3h4h5h6pblockquote) { display: none !important; } .text-rich-text_heading > *:not(h1h2h3h4h5h6pblockquote) { display: none !important; } .u-rich-text-inherit > * { font-family: inherit !important; font-weight: inherit !important; font-size: inherit !important; line-height: inherit !important; letter-spacing: inherit !important; text-transform: inherit !important; color: inherit !important; text-align: inherit !important; margin: 0 !important; } /* Make text look crisper and more legible in all browsers */ body { font-weight: var(--text-main--font-weight); text-transform: var(--text-main--text-transform); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased; text-rendering: optimizeLegibility; } /* hide section if it has no cms items */ [data-cms-check="true"]:not(:has(.w-dyn-item)) { display: none; } /* Focus state for keyboard navigation for the focusable elements */ *[tabindex]:focus-visible, input[type="file"]:focus-visible { outline: 0.125rem solid #4d65ff; outline-offset: 0.125rem; } /* Get rid of top margin on first element in any rich text element */ .w-richtext > :not(div):first-child.w-richtext > div:first-child > :first-child { margin-top: 0 !important; } /* Get rid of bottom margin on last element in any rich text element */ .w-richtext>:last-child.w-richtext ol li:last-child.w-richtext ul li:last-child { margin-bottom: 0 !important; } /* Make sure containers never lose their center alignment */ .container-medium.container-small.container-large.container-xlarge.container-xsmall.container-xsmall { margin-right: auto !important; margin-left: auto !important; } a, .w-input, .w-select, .w-tab-link, .w-nav-link, .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link { color: inherit; text-decoration: inherit; font-size: inherit; } .text--justify { hyphens: auto; -webkit-hyphens: auto; word-spacing: -0.05em; } /* Apply "..." after 3 lines of text */ .text--3lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } /* Apply "..." after 2 lines of text */ .text--2lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } /* Adds inline flex display */ .display-inlineflex { display: inline-flex; } /* These classes are never overwritten */ .hide-n4 { display: none !important; } @media screen and (max-width: 991px) { .hide.hide-tablet-n4 { display: none !important; } .show-tablet-n4 { display: block !important; } } @media screen and (max-width: 767px) { .hide-mobile-landscape-n4 { display: none !important; } .show-mobile-landscape-n4 { display: block !important; } } @media screen and (max-width: 479px) { .hide-mobile-n4 { display: none !important; } .show-mobile-portrait-n4 { display: block !important; } } .margin-0 { margin: 0rem !important; } .padding-0 { padding: 0rem !important; } .spacing-clean { padding: 0rem !important; margin: 0rem !important; } .margin-top { margin-right: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-top { padding-right: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-right { margin-top: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-right { padding-top: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-bottom { margin-top: 0rem !important; margin-right: 0rem !important; margin-left: 0rem !important; } .padding-bottom { padding-top: 0rem !important; padding-right: 0rem !important; padding-left: 0rem !important; } .margin-left { margin-top: 0rem !important; margin-right: 0rem !important; margin-bottom: 0rem !important; } .padding-left { padding-top: 0rem !important; padding-right: 0rem !important; padding-bottom: 0rem !important; } .margin-horizontal { margin-top: 0rem !important; margin-bottom: 0rem !important; } .padding-horizontal { padding-top: 0rem !important; padding-bottom: 0rem !important; } .margin-vertical { margin-right: 0rem !important; margin-left: 0rem !important; } .padding-vertical { padding-right: 0rem !important; padding-left: 0rem !important; }
<> /* Fluid html {font-size: calc(0.6rem + 0.4vw); } @media screen and (max-width: 1920px) { html {font-size: calc(0.55rem + 0.35vw); } } @media screen and (max-width: 992px) { html {font-size: calc(0.7rem + 0.8vw);} } @media screen and (max-width: 479px) { html {font-size: calc(0.9rem + 0.3vw);} } */ /* Desktop - fallback for older browsers */ :root { } /* tablet */ @media screen and (max-width: 991px) { :root { /* spacing */ --padding-global--main: 2rem; --padding-section--small: 2rem; --padding-section--medium: 4rem; --padding-section--large: 6rem; --space--huge: 4rem; --space--xlarge: 3rem; --space--large: 2rem; --space--medium: 1.75rem; /* heading */ --display--font-size: 4.5rem; --h1--font-size: 3.5rem; --h2--font-size: 2.5rem; /* adaptive sizes */ --size--2rem: 1.75rem; --size--2-5rem: 2rem; --size--3rem: 2.25rem; --size--3-5rem: 2.375rem; --size--4rem: 2.5rem; --size--4-5rem: 2.75rem; --size--5rem: 3rem; --size--5-5rem: 3.25rem; --size--6rem: 3.5rem; --size--6-5rem: 3.75rem; --size--7rem: 4rem; --size--7-5rem: 4.25rem; --size--8rem: 4.5rem; --size--8-5rem: 4.75rem; --size--9rem: 5rem; --size--9-5rem: 5.25rem; --size--10rem: 5.5rem; --size--11rem: 5.75rem; --size--12rem: 6rem; --size--13rem: 6.5rem; --size--14rem: 7rem; --size--15rem: 7.5rem; } } /* landscape */ @media screen and (max-width: 767px) { :root { /* custom */ --padding-global--main: 1rem; --padding-section--small: 2rem; --padding-section--medium: 3rem; --padding-section--large: 4rem; --space--huge: 3rem; --space--xlarge: 2.5rem; --space--large: 2rem; --space--medium: 1.75rem; /* heading */ --display--font-size: 4rem; --h1--font-size: 2.75rem; --h2--font-size: 2.25rem; --h3--font-size: 1.75rem; --h4--font-size: 1.5rem; --h5--font-size: 1.25rem; --h6--font-size: 1rem; /* text */ --text-xlarge--font-size: 1.125rem; --text-large--font-size: 1.125rem; --text-medium--font-size: 1rem; } } /* portrait */ @media screen and (max-width: 479px) { :root { /* heading */ --display--font-size: 3rem; --h1--font-size: 2.75rem; --h2--font-size: 2.25rem; --h3--font-size: 1.75rem; --h4--font-size: 1.5rem; --h5--font-size: 1.25rem; --h6--font-size: 1rem; } } /* fluid sizes @supports (font-size: clamp(1rem0.5rem + 3vw3rem)) { :root { --padding-global--main: clamp(1rem0.428rem + 2.86vw3rem); --size--2rem: clamp(1.75rem1.678rem + 0.36vw2rem); --size--2-5rem: clamp(2rem1.858rem + 0.71vw2.5rem); --size--3rem: clamp(2.25rem2.036rem + 1.07vw3rem); --size--3-5rem: clamp(2.375rem2.053rem + 1.61vw3.5rem); --size--4rem: clamp(2.5rem2.072rem + 2.14vw4rem); --size--4-5rem: clamp(2.75rem2.25rem + 2.5vw4.5rem); --size--5rem: clamp(3rem2.428rem + 2.86vw5rem); --size--5-5rem: clamp(3.25rem2.608rem + 3.21vw5.5rem); --size--6rem: clamp(3.5rem2.786rem + 3.57vw6rem); --size--6-5rem: clamp(3.75rem2.964rem + 3.93vw6.5rem); --size--7rem: clamp(4rem3.142rem + 4.29vw7rem); --size--7-5rem: clamp(4.25rem3.322rem + 4.64vw7.5rem); --size--8rem: clamp(4.5rem3.5rem + 5vw8rem); --size--8-5rem: clamp(4.75rem3.678rem + 5.36vw8.5rem); --size--9rem: clamp(5rem3.858rem + 5.71vw9rem); --size--9-5rem: clamp(5.25rem4.036rem + 6.07vw9.5rem); --size--10rem: clamp(5.5rem4.214rem + 6.43vw10rem); --size--11rem: clamp(5.75rem4.25rem + 7.5vw11rem); --size--12rem: clamp(6rem4.286rem + 8.57vw12rem); --size--13rem: clamp(6.5rem4.642rem + 9.29vw13rem); --size--14rem: clamp(7rem5rem + 10vw14rem); --size--15rem: clamp(7.5rem5.358rem + 10.71vw15rem); } */ }
<> /* Button Main - Primary */ [data-button-="primary"] { --button--background: var(--swatch--transparent); --button--text: var(--swatch--dark); --button--border: var(--swatch--dark); /* button hover */ --button--background-hover: var(--swatch--dark); --button--text-hover: var(--swatch--light); --button--border-hover: var(--swatch--dark); } /* Button Main - Secondary */ [data-button-="secondary"] { --button--background: var(--swatch--transparent); --button--text: var(--swatch--light); --button--border: var(--swatch--light); /* button hover */ --button--background-hover: var(--swatch--light); --button--text-hover: var(--swatch--dark); --button--border-hover: var(--swatch--light); } /* Button Main - White */ [data-button-="white"] { --button--background: var(--swatch--light); --button--text: var(--swatch--dark); --button--border: var(--swatch--light); /* button hover */ --button--background-hover: var(--swatch--transparent); --button--text-hover: var(--swatch--light); --button--border-hover: var(--swatch--light); } /* Button Main - White */ [data-button-="dark"] { --button--background: var(--swatch--dark); --button--text: var(--swatch--light); --button--border: var(--swatch--dark); /* button hover */ --button--background-hover: var(--swatch--transparent); --button--text-hover: var(--swatch--dark); --button--border-hover: var(--swatch--dark); } /* Button Main - yellow */ [data-button-="yellow"] { --button--background: var(--swatch--brand); --button--text: var(--swatch--dark); --button--border: var(--swatch--brand); /* button hover */ --button--background-hover: var(--swatch--dark); --button--text-hover: var(--swatch--brand); --button--border-hover: var(--swatch--dark); } /* Button Main - yellow */ [data-button-="yellow-white"] { --button--background: var(--swatch--brand); --button--text: var(--swatch--dark); --button--border: var(--swatch--brand); /* button hover */ --button--background-hover: var(--swatch--light); --button--text-hover: var(--swatch--dark); --button--border-hover: var(--swatch--light); } /* Button Gradient - black */ [data-button-="gradient"] { position: relative; padding: .88rem 2.38rem; border: none; --button--background: var(--swatch--dark); --button--text: var(--swatch--light); --button--border: var(--swatch--brand); box-shadow: 0 4px 11.9px 0 rgba(0000.25) inset0 4px 8.6px 0 rgba(0000.25); } [data-button-="gradient"]:hover { box-shadow: none; } [data-button-="gradient"] div { z-index: 2; } [data-button-="gradient"]::after { content: ""; position: absolute; background: linear-gradient(90degrgba(0001) 0%rgba(2552552550.4) 100%); left: 0px; top: 0px; width: calc(100% - 0px); height: calc(100% - 0px); z-index: 0; } /* Button Text - Primary */ [data-button-="primary-text"] { --button--background: var(--swatch--light); --button--text: var(--swatch--dark); --button--border: var(--swatch--light)); --button--icon-background: var(--swatch--light); --button--icon-text: var(--swatch--dark); /* button hover */ --button--background-hover: var(--swatch--light); --button--text-hover: var(--swatch--dark); --button--border-hover: var(--swatch--light); --button--icon-background-hover: var(--swatch--light); --button--icon-text-hover: var(--swatch--dark); } /* Flip icon postion */ [data-button-alignment="left"] .button_main-layout { flex-direction: row-reverse; }
<> /* Hover Animations */ @media (pointer: fine) { .explore_item-wrapper:hover .g_visual-wrapper {transform: scale(1.05);} .explore_item-wrapper:hover .explore_item {border-color: rgba(2552552550.5);} .h_featured_item-wrapper:hover .g_visual-wrapper {transform: scale(1.05);} .h_recommend_item-wrapper:hover .g_visual-wrapper {transform: scale(1.05);} /* Stones */ .m_stone_wrap:hover .m_stone_glow {opacity: 1;} } /* Stones Glow */ .m_stone_wrap.yellow .m_stone_glow[data-stone-collected=yellow] { background: radial-gradient(50% 50% at 50% 50%rgba(2552221350.5) 0%rgba(2552221350) 100%); } .m_stone_wrap.purple .m_stone_glow[data-stone-collected=purple] { background: radial-gradient(50% 50% at 50% 50%rgba(85722550.5) 0%rgba(85722550) 100%); } .m_stone_wrap.green .m_stone_glow[data-stone-collected=green] { background: radial-gradient(50% 50% at 50% 50%rgba(32255290.5) 0%rgba(32255290) 100%); } .m_stone_wrap.red .m_stone_glow[data-stone-collected=red] { background: radial-gradient(50% 50% at 50% 50%rgba(24415700.5) 0%rgba(24415700) 100%); } .m_stone_wrap.blue .m_stone_glow[data-stone-collected=blue] { background: radial-gradient(50% 50% at 50% 50%rgba(1612432550.5) 0%rgba(1612432550) 100%); } .m_stone_wrap.pink .m_stone_glow[data-stone-collected=pink] { background: radial-gradient(50% 50% at 50% 50%rgba(245672551) 0%rgba(245672550) 100%); } .swiper_explore-component .g_visual-wrapper, .h_featured_item-wrapper .g_visual-wrapper, .h_recommend_item-wrapper .g_visual-wrapper { transition-property: transform; transition-duration: 500ms; transition-timing-function: ease; } /* Page Load Animations */ @keyframes slideup { from {opacity: 0; transform: translateY(1rem);} to {opacity: 1; transform: translateY(0rem);} } @keyframes slidedown { from {opacity: 0; transform: translateY(-100%);} to {opacity: 1; transform: translateY(0%);} } @keyframes slideleft { from {opacity: 0; transform: translateX(-100%);} to {opacity: 1; transform: translateY(0%);} } @keyframes slideright { from {opacity: 0; transform: translateX(100%);} to {opacity: 1; transform: translateY(0%);} } @keyframes fadein { from {opacity: 0;} to {opacity: 1;} }
<> /* Accordion */ html:not(.wf-design-mode):not(.w-editor) [data-accordion=item].is-active [data-accordion=line] { transform: rotate(90deg); } html:not(.wf-design-mode):not(.w-editor) [data-accordion=line] { transition-property: transform; transition-duration: 300ms; transition-timing-function: cubic-bezier(0.7850.1350.150.86); } html:not(.wf-design-mode):not(.w-editor) [data-accordion=body] { max-height: 0px; overflow: hidden; transition-property: all; transition-duration: 600ms; transition-timing-function: cubic-bezier(0.7850.1350.150.86); } /* Marquee */ [data-marquee=track] { position: absolute; white-space: nowrap; will-change: transform; display: flex; justify-content: flex-start; align-items: center; animation: marquee-horizontal 80s linear infinite; } [data-marquee=track] > div { flex-grow: 0; flex-shrink: 0; flex-basis: auto; } [data-marquee=track-reverse] { animation: marquee-horizontal_reverse 80s linear infinite; } [data-marquee=track-fast] { position: absolute; white-space: nowrap; will-change: transform; animation: marquee-horizontal 50s linear infinite; } [data-marquee=track-reverse-fast] { animation: marquee-horizontal_reverse 50s linear infinite; } /* [data-marquee=track]:hover { animation-play-state: paused; } */ @keyframes marquee-horizontal { from { transform: translateX(0); } to { transform: translateX(-50%); } } @keyframes marquee-horizontal_reverse { from { transform: translateX(-50%); } to { transform: translateX(0%); } } /* Stone */ /* Apply s only if .m_button_wrap contains .m_stone_wrap */ .m_button_wrap:has(.m_stone_wrap) .button-n4 { padding-right: 3rem; transition: padding 300ms ease; /* Smooth transition for padding */ } /* Book Setup */ .indexzero {z-index: 0 !important;} /* Popup */ /*width*/ .popup_content_layout::-webkit-scrollbar { width:4px; } /*track*/ .popup_content_layout::-webkit-scrollbar-track { background:rgb(255255255); } /*thumb*/ .popup_content_layout::-webkit-scrollbar-thumb { background:rgb(000); }
Card Games For Dummies2nd Edition
Explore Book
Subscribe on Perlego
Card Games For Dummies2nd Edition
Explore Book
Subscribe on Perlego

Rummy is a card game in which you try to improve the hand that you’re originally dealt. You can do this whenever it’s your turn to playeither by drawing cards from a pile (or stock) or by picking up the card thrown away by your opponent and then discarding a card from your hand.

You can play rummy with two or more players (for six or more playersyou need a second deck of cards). You'll also need a paper and pencil for scoring. This article helps you learn how to play rummy and other basicsincluding rulesscoringand how to win!

Don't have time to read the entire article? Jump to the quick read summary.

Listen to the article


What is the objective of rummy?

Your aim is to put (or meld) your cards into two types of combinations:

  • Runs: Consecutive sequences of three or more cards of the same suit
  • Sets (or books): Three or four cards of the same rank. If you are using two decksa set may include two identical cards of the same rank and suit.

This figure shows some legitimate rummy combinations.

rummy legal hands runs and sets
Legal runs follow the same suit; legal sets consist of the same rank.

This figure shows an unacceptable combination. This run is illegal because all cards in a run must be of the same suit.

illegal rummy run
An illegal rummy run

The rules for rummy — unlike the majority of other card games — state that aces can be high or lowbut not both. Soruns involving the ace must take the form A-2-3 or A-K-Q but not K-A-2.

The first person who manages to make their whole hand into combinations one way or anotherwith one card remaining to discardwins the game.

How to play rummy step by step

Follow these rummy card game rules and instructions below to understand how to play rummy from start to finish:

  • Each player is dealt a certain number of cards from the deck. According to the rummy rules2 player gameor rummy for 3 playerseach person gets 10 cards. That's also true for 4 players. When playing with five playerseach player gets six cards. With more than five playersyou must use two decks of cards and a hand of seven cards. The two-player game can also be played with seven cards each.
  • Designate a scorer and a dealer at the start of the game. Thenthe dealer deals out the hands and puts the undealt cards face-down on the center of the table as the stockplacing the top cardturned upwardbeside the stock as the first card of the discard pile.
  • The player to the left of the dealer plays first. They can either pick up the card on the discard pile or the top card from the stock. If they can meld some of their cardscombining them into runs or sets (as described above)they can put these down on the table. If notthey discard one card from their handface-up onto the discard pileand the turn of play moves to the next player.
  • The next player can either pick up the last card the previous player discarded or the top card from the stock. They can then meld some or all of their cards and put them down in combinations. The play continues clockwise around the table. When the stock runs outshuffle the discard pile and set it up again.

What is laying off in rummy?

A player can put down a card (or cards) on the table that fits with another player's melds already on the table. This is called laying off. The player who is laying off places the card on the table where they are sitting. As an exampleif Player A has put down a meld that has three sevensPlayer B could put down a seven from their hand.

Other rules of rummy and tips

Now that you know the objective of the game and the basic instructions to playhere is a small list of other official rules of rummyand common tips to abide by:

  • You cannot pick up the top discard and then throw the card back onto the pile.
  • If you pick up two cards from the stock by accident and see either of themyou must put the bottom card backwhich gives the next player an additional option. They can look at the returned card and take it if they want it. If they don't want itthey put it back into the middle of the stock and continue with their turn by taking the next card from the stock.
  • When you pick up a card from the stock that you don’t wantdon’t throw it away immediately. Put the card into your hand and then extract it. No playerregardless of skill levelneeds to give gratuitous information away.

Once you've mastered the game of rummyyou might want to try the slightly more interesting and challenging gin rummy.

How do you play rummy with wild cards?

You can play rummy with wild cards by adding jokers to the deckor you can make the 2s or some other number wild.

You can substitute the card represented by a wild card when it is your turn to play. Soif a combination including a jokerstanding in for the king of clubs is put on the tablethe next player can put in the king of clubs and pick up the joker for use elsewhere.

If you put down two 8s and a jokeryou do not have to announce which 8 the joker representsbut with a runsuch as 5-6-jokerthe assumption is that the joker represents the 7.

When playing with wild cardsyou may not want to put combinations containing wild cards down immediately; you don’t want to give another player the use of a wild card by way of the substitution. Of courseif you feel obliged to put down the set or runtry to ensure that the card your wild card replaces has already been played in some other set or run.

What is going out and how do you tally your score in rummy?

The first player to be able to put seven of the eight cards in their hand into combinations (including the card that they pick up in their current turn)or ten of their 11 cardsas the case may begoes out (places all their cards on the table) and wins. You discard your remaining card as you go outusually having made the others into one combination of four and one combination of three.

You do not have to make the plays at one turn; you may have put down some cards into sets alreadyof course. If your last two cards are two 7sand you pick up a third 7most people play that you can go out by making a setwithout needing a final discard.

The winner collects points from all the other players. They base their point total on the remaining cards in the other players’ handsregardless of whether the cards make up completed combinations or not — which is a good reason to put down melds as soon as you get them.

The players put their cards face-up on the table and call out how many points they have left for the winner. You score the cards according to the following scale:

  • 2s through 10s get their face valuemeaningfor examplethat a 5 is worth 5 points.
  • Jacksqueensand kings receive 10 points apiece.
  • Wild cards cost you 15 points eachif you are playing with them.
  • Acesin keeping with their lowly status during the gamecharge you 1 point only.

For exampleif you’re left holding ♠K♦K♦Qand ♣A at the end of the gamethe winner of the game scores 31 points. With more than two playersthe winner cumulates the points from all the other players.

Laying all your cards down in one turn is called going rummywhich doubles your score; obviouslythe availability of this bonus affects your decision to put down combinations earlier rather than later. If you think that you can claim this bonusyou may want to delay putting down your combinations.


The first player to score 100 points is the winner. For a longer gameyou can play to 250 points.

Simple rummy strategy

When you first start playing rummyyou may find that putting your cards into combinations is quite challenging. The best strategy is to aim for melds that have the best chance for completion.

The cards in your hand and on the table give you information about your chances for completing certain combinations. For exampleif you can keep only two cards from the ♠7♠8and ♣8and you’ve already used the ♦8 in another runyou should keep the spades because you have two chances for success this way — the ♠6 or the ♠9. Keeping the two 8s gives you only one possible drawthe ♥8.

Another typical problem is knowing when to break up a pair in order to increase your chances elsewhere. For exampleimagine that you have to discard from a collection such as the one shown in the figure below.

Illustration of a rummy hand: four of spadesfour of heartseight of heartseight of diamondsand ten of hearts.
©John Wiley & SonsInc. Time to choose or lose.

The solution to this problem is to throw the ♥10 away. Keeping your two pairs gives you a reasonable chance to make three of a kindand the ♥10 gives you only a single chance of making a combination — by drawing the ♥9.

In generalyou don’t want to split up your pairs. But life (or at least rummy) isn’t always so simple. Suppose that you have the cards shown in the figure below.

Illustration of a rummy hand: four of spadesfour of heartseight of heartseight of diamondsand ten of hearts.
©John Wiley & SonsInc. Dismantle a pair and perhaps draw a building card.

If you need to throw out one cardthrow a 4 away. The ♠7 is a useful building cardmeaning that it fits well with the ♠8; mathematics says that the nest of 7s and 8s gives you four possible cards with which to make a combination (the ♠9♠6♣8and ♥8).

You have the same number of options if you throw the ♠7 away and keep the two pairs. But the real merit in throwing away one of the 4s is the degree of freedom you attain for a future discard. By throwing one 4 awayyou allow yourself to pick up another potentially useful building card (such as the ♠7) at your next turnand then you can throw away the other 4. By contrastthrowing away the ♠7 fixes your hand and gives you no flexibility.

The odds favor your draw to the run rather than your hopes for a set. When you make a runyou can build on it at either end. A seton the other handhas only one possible draw. For this reasonbe careful about which cards you discard. If you must give your opponent a useful cardtry to let them have the sets of three or four of a kind instead of helping them build their runs.

Keeping your eye on the discard pile

You can’t go through a game of rummy thinking only about the cards in your hand — you also need to watch the cards thrown into the discard pile. Monitoring the discard pile helps you keep track of whether the cards you’re hoping to pick up have already been thrown away.

For exampleif you have to keep two cards from the ♠7♠8and ♣8consider whether the ♠6♠9or ♥8 has already been discarded. If both spades have already goneyou have no chance of picking them up — at least not until you work your way through the entire stockat which point you may get a second chance at the cards when the deck is reshuffled. In such a stuck positionyou should settle for a realistic chancehowever slimof picking up the last 8 by discarding the ♠7.

Try to avoid drawing to an inside run — keepingfor examplea 3 and a 5 in the hopes of drawing the 4. Holding onto builders (cards that may be helpful elsewhere) is better than relying on a single card.

You can’t review the discard pile for clues. You have to remember which cards were thrown away — or be very adept at taking stealthy peeks at the discarded evidence!

Thinking about your opponents’ hands

Contemplating what your opponent has in their hand helps you make smarter choices about what cards you should discard. After allyou don’t want to throw away that ♥K if your opponent can use it to complete a run with the ♥Q and ♥J.

You compile a picture of your opponent’s hand by reading the negative and positive messages you get from their plays. For exampleif you see your opponent throw away the ♥Qyou can be sure that they aren’t collecting queens. That information in itself doesn’t make discarding any queen safehoweverbecause they may be collecting high diamonds. But if do you subsequently throw down the ♥Qand they pick it uptheir action provides you with an informative message; you can safely infer that they are collecting high diamonds.

Rummy is a game of strategyskilland observation. As you gain experienceyou'll refine your tactics and develop a deeper understanding of your opponents' hands. With these fundamentals in mindyou're ready to enjoy the exciting world of rummy and aim for victory!

Quick Read Summary

Rummy is an engaging card game that challenges players to enhance their initial hand. Whether you're a beginner or an experienced playerunderstanding how to play rummy is essential. Herewe'll walk you through the basicsincluding rulesscoringand strategies to win.

Objective of rummy

  • The goal of rummy is to create combinations of cards in two main categories: runs and sets (or books).
  • Runs: These consist of consecutive sequences of three or more cards of the same suit.
  • Sets (books): Sets are comprised of three or four cards of the same rank. When using two decksa set can include two identical cards of the same rank and suit.

Basic rules of rummy

  • Dealing: The number of cards dealt varies based on the number of players. In games with 2 to 4 playerseach player receives 10 cardswhile 5 or more players require two decksand each player gets 7 cards.
  • Setup: Designate a scorer and a dealer. The remaining cards form the stockwith the top card placed face-up beside it as the discard pile.
  • Gameplay: Players take turns clockwise. On their turnthey can draw a card from the discard pile or the stock. If possiblethey can lay down combinations (runs or sets) on the table. Otherwisethey must discard a card onto the discard pile.
  • Laying off: Players can add cards to existing combinations on the tablea move called "laying off." For exampleif a player has three sevens on the tableanother player can put down the fourth seven from their hand.

Additional rules and tips

  • You can't pick up a discarded card and immediately throw it back.
  • If you accidentally pick up two stock cards and see eitherput the bottom card back for the next player.
  • If you don’t want a card you’ve just picked up from the stockdon’t throw it away immediately. Place the card in your handand then extract it. This prevents other players from knowing whether you kept that card.
  • When playing with wild cardslike jokersthey can substitute any card.

Scoring and winning

  • The first player to be able to put all of their cards into combinations on the table and discard their remaining card goes outand wins the game. You play several games until one player reaches 100 points and wins. You can also play a longer game to 250 points.
  • Points are based on card values: 2-10 cards are worth face valueface cards (JacksQueensKings) are 10 pointswild cards are 15 points eachand Aces are 1 point.
  • Going out in one turn ("going rummy") doubles your score.
  • Players tally their points based on their remaining cardsand the winner collects points from others.

Strategy in Rummy

  • Aim for melds with the best chance of completion.
  • Consider the cards in your hand and on the table when deciding which cards to keep or discard.
  • Prioritize runs over setsas they offer more opportunities for expansion.
  • Be cautious about giving your opponents useful cards.
  • Monitor the discard pile to gauge which cards have been discarded.
  • Think about your opponents' possible combinations based on their plays.

Rummy is a game of strategyskilland observation. As you gain experienceyou'll refine your tactics and develop a deeper understanding of your opponents' hands. With these fundamentals in mindyou're ready to enjoy the exciting world of rummy and aim for victory!

Ready for more rummy tips and other card game fun? Check out the book.

About This Article

This article is from the book: 

About the book author:

Barry Rigal is an internationally recognized Bridge player who has won countless competitions. They include the North American Bridge Championships as well as the Camrose Trophy Home International Serieswhich he has won five times. Barry is also the author of the previous editions of Card Games For Dummies.

Omar Sharif starred in hit movies Lawrence of Arabia and Doctor Zhivago. He's less well known as a masterful bridge player. He used to play while on the set of his films and rose in the ranks to become one of the 50 best players in the world.

<> * { margin: 0px; padding: 0px; box-sizing: border-box; } strong { font-weight: 700; } .article-description h2 { font-size: 1.25rem; font-weight: 700; } .article-description h4 { font-weight: 700; text-transform: inherit; margin: 0; font-size: 1rem; line-height: 30px; font-: italic; } table { display: table; overflow-x: auto; width: 100%; } .article-description code { font-size: 87.5%; color: #e83e8c; word-wrap: break-word; } .article-description pre { display: block; padding: 9.5px; margin: 10px 0 10px; font-size: 13px; line-height: 1.42857143; color: #333; word-break: break-all; word-wrap: break-word; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 4px; } @media screen and (min-width: 1024px) { .article-description { max-width: 680px; width: auto; } } code, kbd, pre, samp { font-family: SFMono-RegularMenloMonacoConsolasLiberation MonoCourier Newmonospace; } .article-description caption { display: block; width: 90px; padding-top: .75rem; padding-bottom: .75rem; color: #6c757d; caption-side: bottom; text-align: left; } .article-description a { display: inline; text-decoration: underline; margin: 0; padding: 0; } .article-description img { margin-bottom: 30px; height: auto; } .article-description p { margin-bottom: 28px; } .article-description h3 { font-size: 1.125rem; font-weight: 700; line-height: 1.625rem; } .w-richtext td { vertical-align: top; border: .5px solid #000; padding: 4px 10px; /* word-break: break-all;*/ } /***********************************list design start **********************************************/ .article-content ol, .w-richtext ol, .article-content ol ul, .w-richtext ol ul, .article-content ul, .w-richtext ul, .article-content ul ul, .w-richtext ul ul { margin: 15px 0 28px; padding: 0 0 0 40px; } .w-richtext ol>li li { font-size: 1rem; line-height: 26px; padding: 10px 0 !important; margin: 0; } .w-richtext ol>li::marker { content: none; } .description-cell .article-content ol, .w-richtext ol { counter-reset: my-awesome-counter; padding-left: 42px; } .description-cell .article-content ol>li::marker, .w-richtext ol>li::marker { content: none; } .description-cell .article-content ol>li, .w-richtext ol>li { position: relative; counter-increment: my-awesome-counter; padding: 10px; } .description-cell .article-content ol>li:before, .w-richtext ol>li:before { content: counter(my-awesome-counter); color: #fdea06; font-size: 1rem; font-weight: 600; position: absolute; left: -42px; line-height: 26px; width: 26px; height: 26px; background: #000; border-radius: 50%; text-align: center; } ul li ul li { padding: 11px 0px; } @media screen and (max-width: 768px) { .description-cell .article-content ol>li:before, .w-richtext ol>li:before { font-size: .75rem; width: 24px; height: 24px; line-height: 24px; top: 16px; } } /***********************************list design end **********************************************/ .article-content blockquote { margin: 1rem 2rem !important; border-left: none; font-size: 1rem; line-height: 1.625rem; } .w-richtext ul li a { margin-top: 0px; padding-top: 0px; } .description-cell .w-richtext li { text-align: -webkit-match-parent; unicode-bidi: isolate; position: relative; font-size: 1rem; line-height: 26px; margin: 0; /*padding: 0;*/ } .description-cell .w-richtext li:before { /* content: "";*/ display: list-item; position: absolute; } .w-richtext ol li { padding: 10px 0; } /********************************** smart-phone device********************************/ @media only screen and (max-width: 1023px) { .article-content .img-div { margin-top: 32px !important; padding: 32px !important; } } @media screen and (max-width: 1023px) { .article-description .tldr { margin-top: 40px; padding: 60px 23px 60px 185px !important; } .article-description .remember:before, .article-description .Remember:before, .article-description .tip:before, .article-description .Tip:before, .article-description .warning:before, .article-description .Warning:before { width: 100% !important; height: 102px !important; padding-top: 62px !important; display: block !important; text-align: center !important; background-size: auto 28px !important; } .article-description .tldr { margin-right: 20px; padding: 60px 23px 60px 185px !important; } .article-description .Tip, .article-description .tip, .article-description .Remember, .article-description .remember, .article-description .Warning, .article-description .warning { padding: 121px 24px 20px !important; } } @media screen and (max-width: 760px) { .figure-container img { margin-top: 0 !important; margin-bottom: 0 !important; } .article-content .img-div { margin-top: 32px; } .img-div img { padding: 0px; margin: 0px; height: auto; } .w-richtext p { font-size: .875rem; line-height: 1.5rem; } .article-content blockquote { font-size: .875rem; line-height: 1.5rem; } table { margin-right: 10px; } .description-cell .w-richtext li { font-size: .875rem; line-height: 24px; } .article-description .article-content { font-size: .875rem; line-height: 24px; } .trending-article { width: 100%; height: auto; margin-bottom: 60px; margin-left: 0; } } @media screen and (max-width: 767px) { .img-div { margin-right: 20px; } .figure-container .img-div { margin-top: 32px; padding: 16px; } figcaption { position: relative; /* right: 30%; */ } } @media screen and (max-width: 568px) { .article-content .img-div { margin-top: 32px; padding: 16px; } .article-description .tldr { margin-right: 0px; } .article-description .Tip, .article-description .tip, .article-description .Remember, .article-description .remember, .article-description .Warning, .article-description .warning { padding: 121px 24px 20px !important; /* margin-right: 0px !important;*/ } .img-div { margin: 40px 0px 30px 0px; } figcaption { position: relative; /* right: 30% !important; */ } } /***********************tablet device end ****************************************/ .w-richtext .imageCaption { font-family: Open Sanssans-serif; font-size: 1rem; line-height: 1.5; } .img-div { border: 1px solid #d8d8d8; display: flex; align-items: center; flex-direction: column; justify-content: center; margin-top: 40px; margin-bottom: 16px; padding: 40px; } .imageBlock { width: auto !important; } .article-description .w-embed { margin: 20px 0 20px; } /****************************************** callout ************************************************/ .article-description .Remember, .article-description .remember, .article-description .Warning, .article-description .warning, .article-description .Tip, .article-description .tip, .article-description .tldr { margin-top: 40px; margin-bottom: 40px; background-color: #f2f2f2; padding: 60px 40px 60px 212px; position: relative; } .Remember:before, .remember:before { content: "Remember"; background-image: url(https://www.dummies.com/img/remember.999d7856.svg); flex-shrink: 0; width: 172px; height: 100%; background-color: #fdea06; position: absolute; top: 0; left: 0; background-repeat: no-repeat; background-position: 50% calc(50% - 12px); background-size: auto 54px; font-weight: 700; display: flex; justify-content: center; align-items: center; padding-top: 73px; box-sizing: border-box; } .article-description .Tip:before, .article-description .tip:before { content: "Tip"; background-image: url(https://www.dummies.com/img/tip.114f0479.svg); flex-shrink: 0; width: 172px; height: 100%; background-color: #fdea06; position: absolute; top: 0; left: 0; background-repeat: no-repeat; background-position: 50% calc(50% - 12px); background-size: auto 54px; font-weight: 700; display: flex; justify-content: center; align-items: center; padding-top: 73px; box-sizing: border-box; } .article-description .Warning:before, .article-description .warning:before { content: "Warning"; background-image: url(https://www.dummies.com/img/warning.f3356e10.svg); flex-shrink: 0; width: 172px; height: 100%; background-color: #fdea06; position: absolute; top: 0; left: 0; background-repeat: no-repeat; background-position: 50% calc(50% - 12px); background-size: auto 54px; font-weight: 700; display: flex; justify-content: center; align-items: center; padding-top: 73px; box-sizing: border-box; } .article-description .tldr:before { content: "TL;DR"; background-image: url(https://www.dummies.com/img/book-links-tests.1cbb8e04.svg); flex-shrink: 0; width: 172px; height: 100%; background-color: #fdea06; position: absolute; top: 0; left: 0; background-repeat: no-repeat; background-position: 50% calc(50% - 12px); background-size: auto 54px; font-weight: 700; display: flex; justify-content: center; align-items: center; padding-top: 73px; box-sizing: border-box; } /****************************************** callout end ************************************************/ /************************ quick summary ***********************************/ .summary-container .wrapper .image-block { width: 30px; height: 30px; background-size: contain; background-position: 50%; background-repeat: no-repeat; background-image: url(https://www.dummies.com/img/book-links-tests.1cbb8e04.svg); margin-right: 20px; flex-shrink: 0; } .details-block ul li:marker { unicode-bidi: isolate; font-variant-numeric: tabular-nums; text-transform: none; text-indent: 0px !important; text-align: start !important; text-align-last: start !important; } .summary-container .summary-list { margin-left: -45px; } .summary-container .wrapper .details-block ul.summary-list { list--image: url(https://www.dummies.com/wp-content/uploads/tick-icon-x16.png); } .summary-container { margin-right: 20px; margin-top: 35px; margin-bottom: 0; padding: 35px 15px 0 0; border-top: 1pt solid #d8d8d8; } .summary-container .wrapper { padding: 0; width: 100%; display: flex; justify-content: center; } .summary-container .wrapper .details-block { display: flex; flex-direction: column; align-items: flex-start; max-width: 100%; } .summary-container .wrapper .details-block h2 { font-weight: 800; border-top: none !important; margin: 0 0 22px; padding-top: 0; position: relative; font-size: 1.25rem; line-height: 1.625rem; } /************************ quick summary end ***********************************/ /******************************************* video type page *****************************/ .w-richtext figure.w-richtext-figure-type-video, .w-richtext figure { width: 100%; } .w-richtext figure { max-width: 100%; position: relative; /* padding-bottom: 56%; */ } .w-richtext figure div { width: 100%; } .w-richtext figure img { /*width: 377px;*/ margin-top: 30px; max-width: 100%; height: auto; text-align: center; margin-bottom: 30px; } figcaption { position: relative; /* right: 40%; */ margin-bottom: 10px; color: #595959; font-size: .875rem; line-height: 1.5rem; } .video-player-organism { position: relative; display: block; max-width: 960px; border: none; margin-bottom: 35px; } .video-player-organism .video-player-body { padding-top: 57.3%; border: none; } .video-player-organism .video-player-frame { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: none; } .w-richtext ol>li p { margin: 0px; } /******************************************* video type page end *****************************/ .figure-container figcaption { position: static; display: inline; margin-bottom: 40px; } .figure-container figure img { margin-top: 0px; } .figure-container figure { width: 100% !important; } .w-richtext figure img { width: unset; }