diff --git a/Doc/Devel/LocalGameTutorial.md b/Doc/Devel/LocalGameTutorial.md index 68e8d0b5a..5cd4bac6a 100644 --- a/Doc/Devel/LocalGameTutorial.md +++ b/Doc/Devel/LocalGameTutorial.md @@ -8,11 +8,11 @@ Welcome in the first ud-viz game tutorial. We will proceed step by step, if you # Create your game project :smile: -* [Working environment](./LocalGameTutorial.md#working-environment) -* [Initialize your project](./LocalGameTutorial.md#initialize-your-project) -* [Importing ud-viz](./LocalGameTutorial.md#importing-ud-viz) -* [Create your game](./LocalGameTutorial.md#create-your-game) -* [Parameterize itowns layers](./LocalGameTutorial.md#parameterize-itowns-layers) +- [Working environment](./LocalGameTutorial.md#working-environment) +- [Initialize your project](./LocalGameTutorial.md#initialize-your-project) +- [Importing ud-viz](./LocalGameTutorial.md#importing-ud-viz) +- [Create your game](./LocalGameTutorial.md#create-your-game) +- [Parameterize itowns layers](./LocalGameTutorial.md#parameterize-itowns-layers) ## Working environment @@ -69,13 +69,13 @@ You can visit your page at http://localhost:8000/ but nothing is displayed (yet) ## Importing ud-viz -* For this purpose, in your HTML file ([`index.html`](../../examples/LocalGame.html)) add the following script tag in the **\
**. +- For this purpose, in your HTML file ([`index.html`](../../examples/LocalGame.html)) add the following script tag in the **\**. ```html ``` -* Then copy this [**file**](../../examples/assets/js/udv.js) in a **My_UD-Viz_Game/assets/js/** directory, which contains all the ud-viz code in a single file. +- Then copy this [**file**](../../examples/assets/js/udv.js) in a **My_UD-Viz_Game/assets/js/** directory, which contains all the ud-viz code in a single file. Still nothing displayed but the library is now globally accessible. @@ -83,7 +83,7 @@ Still nothing displayed but the library is now globally accessible. ## Create your game - * Let's create a script tag in the [`index.html`](../../examples/LocalGame.html) and add the following code to start a new local game (*Still in the **\***): +- Let's create a script tag in the [`index.html`](../../examples/LocalGame.html) and add the following code to start a new local game (\*Still in the **\\***): ```html