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.

24 lines
640 B

#### Functionals
##### Try and run the application.
###### Can you see some kind of object that represents vehicles?
##### Try and run the application.
###### Are vehicles kept in there own lane?
#### General
###### 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)?
###### Do vehicles collide while waiting for the green light?
#### Bonus
###### +Is there any type of animation for traffic light?
###### +Did the student implement some kind of movement animation for the vehicle?