From 465beeb7ebf404951f54bca76609efb365aab6d9 Mon Sep 17 00:00:00 2001 From: lee Date: Thu, 21 Jan 2021 18:17:31 +0000 Subject: [PATCH] last fixs --- subjects/road_intersection/README.md | 4 ++-- subjects/road_intersection/audit/README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/subjects/road_intersection/README.md b/subjects/road_intersection/README.md index b0eb7382..19745b1f 100644 --- a/subjects/road_intersection/README.md +++ b/subjects/road_intersection/README.md @@ -2,7 +2,7 @@ ### Objectives -The objective of this raid is to create a traffic control strategy and represent it with an interface/UI. +The objective for this raid is to create a traffic control strategy and represent it with an interface/UI. Its up to you to decide which library and file system you want do use to create this simulation, but we recommend to use the library [sdl2](https://docs.rs/sdl2/0.34.3/sdl2/) ### Instructions @@ -37,7 +37,7 @@ _______________________ | ____________________ ``` There are 4 incoming lanes. Each lane has a set of consecutive unique ids `(ri, ri, ri)` where `(i = 0, 1, ⋯, 11)`, numbered clockwise starting from the top-most. Each set of ids -+indicates the outgoing direction of a vehicle. Vehicles driving in a given lane will have a given **route** (r0 | r1 .... r11) that indicates the lane destination of that vehicles. +indicates the outgoing direction of a vehicle. Vehicles driving in a given lane will have a given **route** (r0 | r1 .... r11) that indicates the lane destination of that vehicles. For this raid you must follow these assumptions: diff --git a/subjects/road_intersection/audit/README.md b/subjects/road_intersection/audit/README.md index 632c2618..56038186 100644 --- a/subjects/road_intersection/audit/README.md +++ b/subjects/road_intersection/audit/README.md @@ -10,14 +10,12 @@ ##### Try and run the application, keeping it running for a while. -###### Is there a low traffic congestion while running the application? +###### Is there a low traffic congestion while running the application? (ex: traffic lane of 8 or more vehicles) #### 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? @@ -29,3 +27,5 @@ ###### +Is there any type of animation for traffic light? ###### +Did the student implement some kind of movement animation for the vehicle? + +###### +When ever vehicles crash with other vehicles, does the program give some kind of feedback telling so?