From cf0951ec6dcff494841d9b3566cc788e29f0c30e Mon Sep 17 00:00:00 2001 From: Theo Brockmann <theo.brockmann@stud.hs-bochum.de> Date: Tue, 16 Mar 2021 09:05:59 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35c1991..ad39f6e 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Download all the files to convinient folder. # Setup There are a few variables you can change in Godot + ## World 1. human_player: If set to true, you can drive with wasd and brake with space. Otherwise it waits for a client to connect. 2. learn_with_images: Also returns a 60x80 screenshot of the game in every step, if set to true. @@ -35,11 +36,14 @@ There are a few variables you can change in Godot ## Godot 1. Start Godot -2. Click Scan to a a new project and select the folder with the downloaded files +2. Click Scan to add a new project and select the root folder of the downloaded files 3. Now doubleclick the project 4. Run the Project by pressing F5 ## Python 1. After starting the Project in Godot you can run your own Python programm or the example progamm (main_test) from the files +- Press "Windows"-Key + "R" and type "cmd" +- Type "cd (your rootfolder)/" +- To run the example code type "python main_test.py" ___ Created by Midras Lappe and Theo Brockmann -- GitLab