You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

88 lines
3.4 KiB

#### Functionals
3 years ago
##### Try and run the application, then generate a vehicle by pressing the `"Arrow Up"` key.
3 years ago
###### Was a vehicle generated from the cardinal south?
3 years ago
##### Try pressing the `"Arrow Down"` key.
3 years ago
###### Was a vehicle generated from the cardinal North?
3 years ago
3 years ago
##### Try pressing the `"Arrow Right"` key.
3 years ago
3 years ago
###### Was a vehicle generated from the cardinal west?
3 years ago
##### Try pressing the `"Arrow left"` key.
###### Was a vehicle generated from the cardinal east?
##### Try pressing the `"R"` key.
###### Are vehicles generated randomly(random lane and route)?
##### Try to generate tree vehicles in the same lane (do this to all lanes).
###### Did all vehicles passed the intersection without any collision?
3 years ago
##### Try to generate two vehicles at the same time, one using the `"Up"` key and the other using the `"Down"` key (to this at least 3 times).
###### Did all vehicles passed the intersection without any collision?
3 years ago
##### Try to generate two vehicles at the same time, one using the `"Right"` key and the other using the `"Left"` key (to this at least 3 times).
###### Did all vehicles passed the intersection without any collision?
3 years ago
##### Try to generate two vehicles at the same time, one using the `"Up"` key and the other using the `"Left"` key (to this at least 3 times).
###### Did all vehicles passed the intersection without any collision?
3 years ago
##### Try to generate two vehicles at the same time, one using the `"Up"` key and the other using the `"Right"` key (to this at least 3 times).
###### Did all vehicles passed the intersection without any collision?
3 years ago
##### Try to generate two vehicles at the same time, one using the `"Down"` key and the other using the `"Left"` key (to this at least 3 times).
###### Did all vehicles passed the intersection without any collision?
3 years ago
3 years ago
##### Try to generate two vehicles at the same time, one using the `"Down"` key and the other using the `"Right"` key (to this at least 3 times).
###### Did all vehicles passed the intersection without any collision?
3 years ago
##### Try to generate five vehicles using the `"Up"` key, at the same time generate two vehicles using the key `"Right"`.
###### Did all vehicles passed the intersection without any collision?
3 years ago
##### Try to generate one vehicle for all the lanes (to this at least 3 times).
###### Did all vehicles passed the intersection without any collision?
3 years ago
##### Try to generate vehicles randomly using the `"R"` key. Then wait for at least 1 min.
###### Did all vehicles passed the intersection without any collision?
3 years ago
###### Was there a low traffic congestion while running the application? (ex: high traffic congestion can be 8 or more vehicles in the same lane without proceeding)?
##### Try to generate vehicles with lanes at your choice.
###### Did all vehicles passed the intersection without any collision?
3 years ago
#### General
###### Is it not possible to spam the creation of vehicles(by pressing the arrow keys to many times)?
3 years ago
###### Are vehicles assigned to their own route, and if so do they obey that route? (you can use the colors for each route to see this)
3 years ago
###### Are vehicles kept in a safe distance(do not collide when ever one stops)?
###### Do vehicles stop when ever there is a red light?
###### Do vehicles proceed when ever there is a green light?
#### Bonus
3 years ago
###### +Is there any type of image sprite for traffic light?
3 years ago
###### +Did the student implement some kind of animation and image sprite for the vehicle?
3 years ago
3 years ago
###### +Did the student implement more features than those in the subject?