mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
9ff9392165
- Fix build with clang - Support PLIST_FILES - Add MAKE_JOBS_UNSAFE PR: 175584 Submitted by: Ports Fury
13 lines
695 B
Plaintext
13 lines
695 B
Plaintext
Mah jongg is an ancient Chinese game whose origins are supposed to date
|
|
back around 3000 years. It is typically a four player game with
|
|
similarities to most popular card games. This version is a solitaire
|
|
game using the mahjongg tiles. It was inspired by a version originally
|
|
seen on a PC.
|
|
|
|
The object of the game is to remove all the tiles from the board in
|
|
matching pairs. Tiles match only if they are identical. Exceptions are
|
|
the flower and season tiles. Any season tile will match any other season
|
|
tile and any flower tile will match any other flower tile. Tiles may be
|
|
removed from the board only if they have either a left or a right edge
|
|
open and they do not have a tile covering them.
|