This commit is contained in:
Miloslav Ciz 2023-07-15 16:39:19 +02:00
parent 68a9873928
commit b761dff5c7
7 changed files with 49 additions and 13 deletions

View file

@ -1,5 +1,7 @@
# Tangram
{ I made a simple tangram game in [SAF](saf.md), look it up if you want to play some tangram. ~drummyfish }
Tangram is a simple, yet greatly amusing old puzzle [game](game.md) in which the player tries to compose a given shape (of which only silhouette is seen) out of given basic geometric shapes such as triangles and squares. It is a rearrangement puzzle. Many thousands of shapes can be created from just a few geometric shapes, some looking like animals, people and man made objects. This kind of puzzles have been known for a long time -- the oldest recorded tangram is Archimedes' box (square divided into 14 pieces), over 2000 years old. In general any such puzzle is called tangram, i.e. it is seen as a family of puzzle games, however tangram may also stand for **modern tangram**, a one with 7 polygons which comes from 18th century China and which then became very popular also in the west and even caused a so called "tangram craze" around the year 1818. Unless mentioned otherwise, we will talk about this modern version from now on.
```