File tree 1 file changed +10
-4
lines changed
WarmUp/MovingOn/StartTheGame
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,17 @@ based on the [SFML](https://www.sfml-dev.org/) graphics library (Simple and Fast
13
13
But first, you have to install this library on your system.
14
14
Please find the installation instructions for your system below.
15
15
After installation of the library, you might need to re-load the project.
16
- In order to do so, please select __ File | Reload CMake Project__ .
16
+ To do so, please select __ File | Reload CMake Project__ .
17
17
18
- In order to check that you have successfully installed the library,
19
- run the program attached to this step.
20
- You should see a new application window displaying a small planet in the large cosmic space!
18
+ In order to check that you have successfully installed the library, run the program attached to this step.
19
+ You should see a new application window displaying a small planet in the large cosmic space!
20
+
21
+ To run the game, wait until the ` Loading CMake project `
22
+ action is completed and then push the ` Run ` button
23
+ (a green triangle button located in the top-right corner).
24
+ Please make sure the correct [ run configuration] ( https://www.jetbrains.com/help/clion/run-debug-configuration.html )
25
+ is selected.
26
+ You need the "WarmUp-MovingOn-StartTheGame-run" configuration.
21
27
22
28
### Windows
23
29
You can’t perform that action at this time.
0 commit comments