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.

32 lines
985 B

#### Functionals
##### Try and run the application.
###### Can you see some kind of object that represents vehicles?
##### Try and run the application.
4 years ago
###### Are vehicles kept in their own lane?
##### Try and run the application, keeping it running for a while.
###### Is there a low traffic congestion while running the application?
#### General
4 years ago
###### Are vehicles generated randomly? (**random routes and lanes**)
###### When ever vehicles crash with other vehicles, does the program give some kind of feedback telling so?
###### Does vehicles present at least two different velocities? (ex: 1 and 2. 0 does not count)?
4 years ago
###### Do vehicles not collide while waiting for the green light?
###### Are vehicles assigned to their own route, and if so do they obey that route? (ex: r0 must turn left, r2 must turn right)
#### Bonus
###### +Is there any type of animation for traffic light?
###### +Did the student implement some kind of movement animation for the vehicle?