1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:28:11 +00:00
serenity/Base/usr/share/man/man6/Hearts.md
Brian Gianforcaro 64dfb3a28f Base: Add icons to man pages for GUI applications
Differentiate GUI applications in man pages with icons.

This is the revert of the revert commit, now that the icon processing
was fixed in 89c0f84a28.
Revert: dae298e9df
Original: 74238d0aba

Co-authored-by: electrikmilk <brandonjordan124@gmail.com>
2022-01-17 03:38:54 -08:00

807 B

Name

Icon Hearts - The Hearts card game

Synopsis

$ Hearts

Description

Hearts is an implementation of the 19th century card game.

The round starts by each player passing three of their cards to a neighbor. Afterwards, that a number of tricks is played. The player with the two of clubs starts the first trick.

In each trick, the first player freely chooses a card to play (except the first trick where two of clubs is required), after which the other players each need to play a card in the same suit. If a player does not have a card in the same suit, they can throw any card. The player who played the highest ranked card in the correct suit wins the trick and gets to start the next trick.

The winner is the player who wins the last trick.