Skip to content

Commit c2befea

Browse files
committed
Merge branch 'add-run-game-hint'
2 parents 0e6c295 + d6ece44 commit c2befea

File tree

1 file changed

+10
-4
lines changed
  • WarmUp/MovingOn/StartTheGame

1 file changed

+10
-4
lines changed

WarmUp/MovingOn/StartTheGame/task.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,17 @@ based on the [SFML](https://www.sfml-dev.org/) graphics library (Simple and Fast
1313
But first, you have to install this library on your system.
1414
Please find the installation instructions for your system below.
1515
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__.
1717

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.
2127

2228
### Windows
2329

0 commit comments

Comments
 (0)