Browse Source

add setup instructions

Arnaud Vergnet 3 years ago
parent
commit
d051b78d25
1 changed files with 19 additions and 0 deletions
  1. 19
    0
      README.md

+ 19
- 0
README.md View File

@@ -11,6 +11,25 @@ A serious game about digital ethics.
11 11
 * Morgane Foussats
12 12
 * Nabil Moukhlis
13 13
 
14
+## Setup
15
+
16
+First install [Godot following the official instructions.](https://godotengine.org/download/)
17
+
18
+Then clone this repo using:
19
+
20
+```bash
21
+git clone https://git.etud.insa-toulouse.fr/vergnet/pir-serious-game-ethics.git
22
+```
23
+
24
+Open Godot, in the project manager, select `Import`, choose the `project.godot` file in previously the cloned repo then click `Import & Edit`. You can start editing the game! 
25
+
26
+## Resources
27
+
28
+* [Godot Documentation](https://docs.godotengine.org/en/stable/)
29
+* [Install the Git Godot extension](https://docs.godotengine.org/en/stable/getting_started/workflow/project_setup/version_control_systems.html)
30
+* [Build and export the project](https://docs.godotengine.org/en/stable/getting_started/workflow/export/exporting_projects.html#)
31
+* [EXP Godot Dialog System](https://github.com/EXPWorlds/Godot-Dialog-System)
32
+
14 33
 ## Technologies
15 34
 
16 35
 This game is made with [Godot 3.2](https://godotengine.org), with the help of the [EXP Godot Dialog System](https://github.com/EXPWorlds/Godot-Dialog-System) by David Lipps.

Loading…
Cancel
Save