diff --git a/puzzle15.html b/puzzle15.html new file mode 100644 index 0000000..5e8c179 --- /dev/null +++ b/puzzle15.html @@ -0,0 +1,354 @@ + + + + + + 15-Puzzle + + + +
+
+
1
+
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
+
+
+ +
+ Estado atual: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 0] +
+
+ Inversões: 0 (Paridade: par) +
+
+ Linha inicial do espaço vazio: 0 (De baixo para cima: ) +
+
+ Número de jogadas: 0 +
+
+ Peças fora do lugar: 0 +
+
+ Array da distancia manhantan de cada peça + Total +
+ + + + diff --git a/puzzle8.html b/puzzle8.html index 824aff4..401ba17 100644 --- a/puzzle8.html +++ b/puzzle8.html @@ -1,5 +1,5 @@ - + @@ -76,15 +76,59 @@ transition: background-color 0.3s; } + .fifteen-puzzle-button { + position: absolute; + bottom: 10px; + right: 10px; + padding: 10px 20px; + font-size: 16px; + cursor: pointer; + background-color: #9c21f3; + color: white; + border: none; + border-radius: 5px; + box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); + transition: background-color 0.3s; + } + + .fifteen-puzzle-button:hover{ + background-color: #9c21f3de; + } + .shuffle-button:hover { background-color: #45a049; } + .blank-space { + margin-top: 10px; + font-size: 16px; + color: #555; + } + .move-count { margin-top: 10px; font-size: 16px; color: #555; } + + .wrong-pieces-count { + margin-top: 10px; + font-size: 16px; + color: #555; + } + + .manhatan-distance { + margin-top: 10px; + font-size: 16px; + color: #555; + } + + .linha-extra { + margin-top: 10px; + font-size: 16px; + color: #555; + } + @@ -108,20 +152,46 @@
Inversões: 0 (Paridade: par)
+
+ Linha inicial do espaço vazio: 0 (De baixo para cima: ) +
Número de jogadas: 0
+
+ Peças fora do lugar: 0 +
+
+ Array da distancia manhantan de cada peça + Total +
+ +
+ Linha extra +
+