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.
 
 
 
 
 
 
lee 8b94b5387c audits 4 years ago
..
README.md audits 4 years ago

README.md

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 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

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)?
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?