From d6ece44cd90dc2eccb68bd6c2b8311ff53c8e2bf Mon Sep 17 00:00:00 2001 From: Evgeniy Moiseenko Date: Tue, 7 May 2024 16:31:57 +0200 Subject: [PATCH] update the "StartTheGame" task description, add a hint about run configurations Signed-off-by: Evgeniy Moiseenko --- WarmUp/MovingOn/StartTheGame/task.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/WarmUp/MovingOn/StartTheGame/task.md b/WarmUp/MovingOn/StartTheGame/task.md index 73cd569..0b952e2 100644 --- a/WarmUp/MovingOn/StartTheGame/task.md +++ b/WarmUp/MovingOn/StartTheGame/task.md @@ -13,11 +13,17 @@ based on the [SFML](https://www.sfml-dev.org/) graphics library (Simple and Fast But first you have to install this library on your system. Please find the installation instructions for your system below. After installation of the library, you might need to re-load the project. -In order to do so, please select __File | Reload CMake Project__. +To do so, please select __File | Reload CMake Project__. -In order to check that you have successfully installed the library, -run the program attached to this step. -You should see a new application window displaying a small planet in the large cosmic space! +In order to check that you have successfully installed the library, run the program attached to this step. +You should see a new application window displaying a small planet in the large cosmic space! + +To run the game, wait until the `Loading CMake project` +action is completed and then push the `Run` button +(a green triangle button located in the top-right corner). +Please make sure the correct [run configuration](https://www.jetbrains.com/help/clion/run-debug-configuration.html) +is selected. +You need the "WarmUp-MovingOn-StartTheGame-run" configuration. ### Windows