diff --git a/data/baptiste.yaml b/data/baptiste.yaml index 0f24898..273843c 100755 --- a/data/baptiste.yaml +++ b/data/baptiste.yaml @@ -1,74 +1,86 @@ nom: Baptiste -progression: defi 3/6 -avatar: static/img/bart.png +progression: 1 +avatar: static/img/bat.webp position_actuelle: - longitude: 4.0737720757147695 - latitude: 45.13940712256047 - last_update: '2024-12-17T16:52:19.548Z' + latitude: 45.1420003 + longitude: 4.0750539 + last_update: '2024-12-23T21:37:16.646Z' defis: defi_1: + numero: 1 geolocalisation: - longitude: 4.075068 - latitude: 45.141916 - image_1: static/img/imageaaabb01.png - text_found_1: AZERT - mode: reponse + longitude: 4.076651 + latitude: 45.141981 + image_1: static/img/photo_b_1.png + text_found_1: BLABLA + mode: simple resolu: oui reception: 0 - contenu_reception: ceci est un test - pin: static/img/pin1.png + chemin_web: https://jeu.maison43.duckdns.org/final1_b + contenu_reception: https://jeu.maison43.duckdns.org/defi1_b + pin: static/img/pin1.webp defi_2: + numero: 2 geolocalisation: - longitude: 4.076653 - latitude: 45.14198 - image_1: static/img/imageaaabb02.png + longitude: 4.076798 + latitude: 45.142154 + image_1: static/img/photo_b_2.png text_found_1: QWERT mode: message resolu: oui reception: 1 - contenu_reception: un autre test - pin: static/img/pin2.png + chemin_web: https://jeu.maison43.duckdns.org/final1_b + contenu_reception: https://jeu.maison43.duckdns.org/defi2_b + pin: static/img/pin2.webp defi_3: + numero: 3 geolocalisation: - longitude: 4.073695 - latitude: 45.139302 - image_1: static/img/imageaaabb01.png - text_found_1: AZERT - mode: reponse + longitude: 4.076408 + latitude: 45.141927 + image_1: static/img/photo_b_3.png + text_found_1: QWERT + mode: message resolu: non - reception: 0 - contenu_reception: ceci est un test - pin: static/img/pin3.png + reception: 1 + chemin_web: https://jeu.maison43.duckdns.org/final1_b + contenu_reception: https://jeu.maison43.duckdns.org/defi3_b + pin: static/img/pin3.webp defi_4: + numero: 4 geolocalisation: - longitude: 4.07735 - latitude: 45.141932 - image_1: static/img/imageaaabb02.jpg + longitude: 4.077379 + latitude: 45.142038 + image_1: static/img/photo_b_4.png text_found_1: QWERT mode: message resolu: non reception: 1 - contenu_reception: un autre test - pin: static/img/pin4.png + chemin_web: https://jeu.maison43.duckdns.org/final1_b + contenu_reception: https://jeu.maison43.duckdns.org/defi4_b + pin: static/img/pin4.webp defi_5: + numero: 5 geolocalisation: - longitude: 4.073903 - latitude: 45.140061 - image_1: static/img/imageaaabb01.jpg + longitude: 4.076526 + latitude: 45.142241 + image_1: static/img/photo_b_5.png text_found_1: AZERT mode: reponse resolu: non reception: 0 - contenu_reception: ceci est un test - pin: static/img/pin5.png + chemin_web: https://jeu.maison43.duckdns.org/final1_b + contenu_reception: https://jeu.maison43.duckdns.org/defi5_b + pin: static/img/pin5.webp defi_6: + numero: 6 geolocalisation: - longitude: 4.077286 - latitude: 45.142316 - image_1: static/img/imageaaabb02.jpg + longitude: 4.077064 + latitude: 45.142132 + image_1: static/img/photo_b_6.png text_found_1: QWERT mode: message resolu: non reception: 1 - contenu_reception: un autre test - pin: static/img/pin6.png + chemin_web: https://jeu.maison43.duckdns.org/final1_b + contenu_reception: https://jeu.maison43.duckdns.org/defi6_b + pin: static/img/pin6.webp diff --git a/data/baptiste_final.yaml b/data/baptiste_final.yaml new file mode 100755 index 0000000..080eb09 --- /dev/null +++ b/data/baptiste_final.yaml @@ -0,0 +1,64 @@ +antnom: Baptiste +fond: static/css/img/fond_mystere2_b.webp +liste_carte_defaut: + - numero: 1 + image: static/css/img/cartes/X_j.webp + contenu: X + couleur: violet + donné: non + - numero: 2 + image: static/css/img/cartes/E_b.webp + contenu: E + couleur: bleu + donné: non + - numero: 3 + image: static/css/img/cartes/R_b.webp + contenu: R + couleur: bleu + donné: non + - numero: 4 + image: static/css/img/cartes/P_j.webp + contenu: P + couleur: violet + donné: non + - numero: 5 + image: static/css/img/cartes/T_b.webp + contenu: T + couleur: bleu + donné: non + - numero: 6 + image: static/css/img/cartes/E_j.webp + contenu: E + couleur: violet + donné: non +liste_carte_échangé: + - numero: 7 + image: static/css/img/cartes/R_b.webp + contenu: R + couleur: bleu + recupéré: non + - numero: 8 + image: static/css/img/cartes/L_j.webp + contenu: L + couleur: violet + recupéré: non + - numero: 9 + image: static/css/img/cartes/I_j.webp + contenu: I + couleur: violet + recupéré: non + - numero: 10 + image: static/css/img/cartes/U_b.webp + contenu: U + couleur: bleu + recupéré: non + - numero: 11 + image: static/css/img/cartes/S_j.webp + contenu: S + couleur: violet + recupéré: non + - numero: 12 + image: static/css/img/cartes/O_b.webp + contenu: O + couleur: bleu + recupéré: non diff --git a/data/defi_b.yaml b/data/defi_b.yaml new file mode 100755 index 0000000..a6d8e80 --- /dev/null +++ b/data/defi_b.yaml @@ -0,0 +1,39 @@ +defis: + fond: static/css/img/fond_mystere_b.webp + tout_resolu: non + defi_1: + number: 1 + image_found: static/css/img/cartes/X_j.webp + image_not_found: static/css/img/cartes/not_found.webp + link: https://jeu.maison43.duckdns.org/defi1_b + resolu: oui + defi_2: + number: 2 + image_found: static/css/img/cartes/E_b.webp + image_not_found: static/css/img/cartes/not_found.webp + link: https://jeu.maison43.duckdns.org/defi2_b + resolu: oui + defi_3: + number: 3 + image_found: static/css/img/cartes/R_b.webp + image_not_found: static/css/img/cartes/not_found.webp + link: https://jeu.maison43.duckdns.org/defi3_b + resolu: non + defi_4: + number: 4 + image_found: static/css/img/cartes/P_j.webp + image_not_found: static/css/img/cartes/not_found.webp + link: https://jeu.maison43.duckdns.org/defi4_b + resolu: non + defi_5: + number: 5 + image_found: static/css/img/cartes/T_b.webp + image_not_found: static/css/img/cartes/not_found.webp + link: https://jeu.maison43.duckdns.org/defi5_b + resolu: non + defi_6: + number: 6 + image_found: static/css/img/cartes/E_j.webp + image_not_found: static/css/img/cartes/not_found.webp + link: https://jeu.maison43.duckdns.org/defi6_b + resolu: non diff --git a/data/defi_j.yaml b/data/defi_j.yaml new file mode 100755 index 0000000..4afcae0 --- /dev/null +++ b/data/defi_j.yaml @@ -0,0 +1,39 @@ +defis: + fond: static/css/img/fond_mystere_j.webp + tout_resolu: non + defi_1: + number: 1 + image_found: static/css/img/cartes/R_b.webp + image_not_found: static/css/img/cartes/not_found.webp + link: https://jeu.maison43.duckdns.org/defi1_j + resolu: non + defi_2: + number: 2 + image_found: static/css/img/cartes/L_j.webp + image_not_found: static/css/img/cartes/not_found.webp + link: https://jeu.maison43.duckdns.org/defi2_j + resolu: non + defi_3: + number: 3 + image_found: static/css/img/cartes/I_j.webp + image_not_found: static/css/img/cartes/not_found.webp + link: https://jeu.maison43.duckdns.org/defi3_j + resolu: non + defi_4: + number: 4 + image_found: static/css/img/cartes/U_b.webp + image_not_found: static/css/img/cartes/not_found.webp + link: https://jeu.maison43.duckdns.org/defi4_j + resolu: non + defi_5: + number: 5 + image_found: static/css/img/cartes/S_j.webp + image_not_found: static/css/img/cartes/not_found.webp + link: https://jeu.maison43.duckdns.org/defi5_j + resolu: non + defi_6: + number: 6 + image_found: static/css/img/cartes/O_b.webp + image_not_found: static/css/img/cartes/not_found.webp + link: https://jeu.maison43.duckdns.org/defi6_j + resolu: non diff --git a/data/julien.yaml b/data/julien.yaml index 3b361a2..463d443 100755 --- a/data/julien.yaml +++ b/data/julien.yaml @@ -1,74 +1,86 @@ nom: Julien -progression: defi /6 -avatar: static/img/julien.png +progression: '1' +avatar: static/img/julien.webp position_actuelle: - longitude: 4.073772052242561 - latitude: 45.13940731006235 - last_update: '2024-12-17T17:10:00.056Z' + latitude: 45.1420148 + longitude: 4.0750878 + last_update: '2024-12-22T21:21:30.037Z' defis: defi_1: + number: 1 geolocalisation: - longitude: 4.075368 - latitude: 45.141916 - image_1: static/img/imageaaabb01.png - text_found_1: AZERT - mode: reponse + longitude: 4.076904 + latitude: 45.142027 + image_1: static/img/photo_j_1.png + text_found_1: Distribuer le cadeau + mode: simple resolu: oui reception: 0 - contenu_reception: ceci est un test - pin: static/img/pin1_j.png + chemin_web: https://jeu.maison43.duckdns.org/final1_j + contenu_reception: https://jeu.maison43.duckdns.org/defi1_j + pin: static/img/pin1_j.webp defi_2: + number: 2 geolocalisation: - longitude: 4.076953 - latitude: 45.14198 - image_1: static/img/imageaaabb02.png - text_found_1: QWERT + longitude: 4.076564 + latitude: 45.142144 + image_1: static/img/photo_j_2.png + text_found_1: BBBB mode: message resolu: oui reception: 1 - contenu_reception: un autre test - pin: static/img/pin2_j.png + chemin_web: https://jeu.maison43.duckdns.org/final1_j + contenu_reception: https://jeu.maison43.duckdns.org/defi2_j + pin: static/img/pin2_j.webp defi_3: + number: 3 geolocalisation: - longitude: 4.073995 - latitude: 45.139302 - image_1: static/img/imageaaabb01.png - text_found_1: AZERT + longitude: 4.077047 + latitude: 45.142158 + image_1: static/img/photo_j_3.png + text_found_1: CCCC mode: reponse resolu: non + chemin_web: https://jeu.maison43.duckdns.org/final1_j reception: 0 - contenu_reception: ceci est un test - pin: static/img/pin3_j.png + contenu_reception: https://jeu.maison43.duckdns.org/defi3_j + pin: static/img/pin3_j.webp defi_4: + number: 4 geolocalisation: - longitude: 4.07935 - latitude: 45.141932 - image_1: static/img/imageaaabb02.jpg + longitude: 4.076775 + latitude: 45.141850 + image_1: static/img/photo_j_4.png text_found_1: QWERT mode: message resolu: non reception: 1 - contenu_reception: un autre test - pin: static/img/pin4_j.png + chemin_web: https://jeu.maison43.duckdns.org/final1_j + contenu_reception: https://jeu.maison43.duckdns.org/defi4_j + pin: static/img/pin4_j.webp defi_5: + number: 5 geolocalisation: - longitude: 4.074903 - latitude: 45.140061 - image_1: static/img/imageaaabb01.jpg + longitude: 4.076841 + latitude: 45.142272 + image_1: static/img/photo_j_5.png text_found_1: AZERT mode: reponse resolu: non reception: 0 - contenu_reception: ceci est un test - pin: static/img/pin5_j.png + chemin_web: https://jeu.maison43.duckdns.org/final1_j + contenu_reception: https://jeu.maison43.duckdns.org/defi5_j + pin: static/img/pin5_j.webp defi_6: + number: 6 geolocalisation: - longitude: 4.079286 - latitude: 45.142316 - image_1: static/img/imageaaabb02.jpg + longitude: 4.075977 + latitude: 45.141852 + image_1: static/img/photo_j_6.png text_found_1: QWERT mode: message resolu: non reception: 1 - contenu_reception: un autre test - pin: static/img/pin6_j.png + chemin_web: https://jeu.maison43.duckdns.org/final1_j + contenu_reception: https://jeu.maison43.duckdns.org/defi6_j + pin: static/img/pin6_j.webp diff --git a/data/julien_final.yaml b/data/julien_final.yaml new file mode 100755 index 0000000..5c8fcd7 --- /dev/null +++ b/data/julien_final.yaml @@ -0,0 +1,64 @@ +nom: Julien +fond: static/css/img/fond_mystere2_j.webp +liste_carte_defaut: + - numero: 1 + image: static/css/img/cartes/R_b.webp + contenu: "R" + couleur: "bleu" + recupéré: "non" + - numero: 2 + image: static/css/img/cartes/L_j.webp + contenu: "L" + couleur: "violet" + recupéré: "non" + - numero: 3 + image: static/css/img/cartes/I_j.webp + contenu: "I" + couleur: "violet" + recupéré: "non" + - numero: 4 + image: static/css/img/cartes/U_b.webp + contenu: "U" + couleur: "bleu" + recupéré: "non" + - numero: 5 + image: static/css/img/cartes/S_j.webp + contenu: "S" + couleur: "violet" + recupéré: "non" + - numero: 6 + image: static/css/img/cartes/O_b.webp + contenu: "O" + couleur: "bleu" + recupéré: "non" +liste_carte_échangé: + - numero: 1 + image: static/css/img/cartes/X_j.webp + contenu: "X" + couleur: "violet" + donné: "non" + - numero: 2 + image: static/css/img/cartes/E_b.webp + contenu: "E" + couleur: "bleu" + donné: "non" + - numero: 3 + image: static/css/img/cartes/R_b.webp + contenu: "R" + couleur: "bleu" + donné: "non" + - numero: 4 + image: static/css/img/cartes/P_j.webp + contenu: "P" + couleur: "violet" + donné: "non" + - numero: 5 + image: static/css/img/cartes/T_b.webp + contenu: "T" + couleur: "bleu" + donné: "non" + - numero: 6 + image: static/css/img/cartes/E_j.webp + contenu: "E" + couleur: "violet" + donné: "non" diff --git a/defi1_b.html b/defi1_b.html new file mode 100644 index 0000000..b7ec25e --- /dev/null +++ b/defi1_b.html @@ -0,0 +1,292 @@ + + +
+ + +Latitude : --
+Longitude : --
+Distance au défi : --
+Défi : --
+--
+ +Latitude : --
+Longitude : --
+Distance au défi : --
+Défi : --
+--
+ +Latitude : --
+Longitude : --
+Distance au défi : --
+Défi : --
+--
+ +Latitude : --
+Longitude : --
+Distance au défi : --
+Défi : --
+--
+ +Latitude : --
+Longitude : --
+Distance au défi : --
+Défi : --
+--
+ +Latitude : --
+Longitude : --
+Distance au défi : --
+Défi : --
+--
+ +Latitude : --
+Longitude : --
+Distance au défi : --
+Défi : --
+--
+ +Latitude : --
+Longitude : --
+Distance au défi : --
+Défi : --
+--
+ +Latitude : --
+Longitude : --
+Distance au défi : --
+Défi : --
+--
+ +Latitude : --
+Longitude : --
+Distance au défi : --
+Défi : --
+--
+ +Latitude : --
+Longitude : --
+Distance au défi : --
+Défi : --
+--
+ +Latitude : --
+Longitude : --
+Distance au défi : --
+Défi : --
+--
+ +Vous pouvez aller chercher les cadeaux !!!
+ +Vous pouvez aller chercher les cadeaux !!!
+ +
+
+
+
+
+
+ --
-défi n° : --
+défi : --
-- m