diff --git a/iq_mini_4489/README.md b/iq_mini_4489/README.md index 004ff30..f432643 100644 --- a/iq_mini_4489/README.md +++ b/iq_mini_4489/README.md @@ -29,13 +29,20 @@ td { padding: 3rem; } + + img { + max-width: 600px; + } table { font-size: 3rem; - margin: 0 auto; + border-collapse: collapse; + margin: 2rem auto; } + + - - +
+
@@ -71,7 +78,7 @@ - +
x xy y
It's a 5x5 grid of holes, connected as shown in the diagram. Each colored path contains one peg which can be moved around to any other square with the same color. The point of the game is to fit the 6 uniquely shaped pieces in the puzzle such that all of them fit (and subsequently fill up the entire matrix).