From d4aad127edfd6e2e637efacf804fa93ae1df60a4 Mon Sep 17 00:00:00 2001 From: David Lindbom Date: Sun, 9 Jan 2022 20:28:47 +0100 Subject: [PATCH] Base: Add manual page for Hearts --- Base/usr/share/man/man6/Hearts.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Base/usr/share/man/man6/Hearts.md diff --git a/Base/usr/share/man/man6/Hearts.md b/Base/usr/share/man/man6/Hearts.md new file mode 100644 index 0000000000..f6cc8a3c48 --- /dev/null +++ b/Base/usr/share/man/man6/Hearts.md @@ -0,0 +1,19 @@ +## Name + +Hearts - The Hearts card game + +## Synopsis + +```**sh +$ 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.