add setup instructions
This commit is contained in:
parent
01c1305b6e
commit
d051b78d25
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
@ -11,6 +11,25 @@ A serious game about digital ethics.
|
|||
* Morgane Foussats
|
||||
* Nabil Moukhlis
|
||||
|
||||
## Setup
|
||||
|
||||
First install [Godot following the official instructions.](https://godotengine.org/download/)
|
||||
|
||||
Then clone this repo using:
|
||||
|
||||
```bash
|
||||
git clone https://git.etud.insa-toulouse.fr/vergnet/pir-serious-game-ethics.git
|
||||
```
|
||||
|
||||
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!
|
||||
|
||||
## Resources
|
||||
|
||||
* [Godot Documentation](https://docs.godotengine.org/en/stable/)
|
||||
* [Install the Git Godot extension](https://docs.godotengine.org/en/stable/getting_started/workflow/project_setup/version_control_systems.html)
|
||||
* [Build and export the project](https://docs.godotengine.org/en/stable/getting_started/workflow/export/exporting_projects.html#)
|
||||
* [EXP Godot Dialog System](https://github.com/EXPWorlds/Godot-Dialog-System)
|
||||
|
||||
## Technologies
|
||||
|
||||
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…
Reference in a new issue