Merge branch 'feature/Path' into 'main'

add of data directory and first path

See merge request p2406187/sae201!5
This commit is contained in:
JOSSERAND GIOVANNI p2405212 2025-06-19 07:39:23 +00:00
commit 8fd2dc0df7
2 changed files with 44 additions and 0 deletions

44
data/parcours1.json Normal file
View File

@ -0,0 +1,44 @@
{
"name": "parcous1",
"city": "Bourg en bresse",
"departement": 1,
"difficulty": 2,
"duration": 2.3,
"length": 17.3,
"image": "data/parcours1.png",
"steps": [
{
"numero": 1,
"title": "Première étape",
"GPS": "N 45 37.199 W 1 2.009",
"reponse": -1,
"dialogue": [
{
"personnage": "Quentin",
"texte": "ligne de dialogue 1"
},
{
"personnage": "Malo",
"texte": "ligne de dialogue 2"
}
]
},
{
"numero": 2,
"title": "Deuxième étape",
"GPS": "S 45 37.199 E 1 2.009",
"reponse": 4156,
"dialogue": [
{
"personnage": "Antoine",
"texte": "ligne de dialogue 1"
},
{
"personnage": "Giovanni",
"texte": "ligne de dialogue 2"
}
]
}
]
}

BIN
data/parcours1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 KiB