Browse Source

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 years ago
parent
commit
9fe21371b6
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      README-en.md

+ 3
- 3
README-en.md View File

@@ -58,7 +58,7 @@ The controls for this game are simple: the up arrow moves the car up, and the do
58 58
 
59 59
 ## Laboratory Session:
60 60
 
61
-In this laboratory experience, you will practice the use of mathematical expressions and condition structures to implement the car's collision detection against obstacles and flags.
61
+In this laboratory experience, you will practice the use of mathematical expressions and selection structures to implement the car's collision detection against obstacles and flags.
62 62
 
63 63
 Your task is to complete the design of the game application.
64 64
 
@@ -70,8 +70,8 @@ The first step in this laboratory experience is to familiarize yourself with the
70 70
 
71 71
 1. Load the project  `CarScrollingGame` into `QtCreator`. There are two ways to do this:
72 72
 
73
-       * Using the virtual machine: Double click the file `CarScrollingGame.pro` located in the folder `/home/eip/labs/conditionals-carscrollinggame` of your virtual machine.
74
-       * Downloading the project’s folder from `Bitbucket`: Use a terminal and write the command `git clone http:/bitbucket.org/eip-uprrp/conditionals-carscrollinggame` to download the folder `conditionals-carscrollinggame` from `Bitbucket`. Double click the file `CarScrollingGame.pro` located in the folder that you downloaded to your computer.
73
+       * Using the virtual machine: Double click the file `CarScrollingGame.pro` located in the folder `/home/eip/labs/selections-carscrollinggame` of your virtual machine.
74
+       * Downloading the project’s folder from `Bitbucket`: Use a terminal and write the command `git clone http:/bitbucket.org/eip-uprrp/selections-carscrollinggame` to download the folder `selections-carscrollinggame` from `Bitbucket`. Double click the file `CarScrollingGame.pro` located in the folder that you downloaded to your computer.
75 75
 
76 76
 2. Configure the project. The project consists of various files. **You will only write code on the file** `work.cpp`**. You should not change anything on the other files.**
77 77