diff options
Diffstat (limited to 'Week14 Route 66/src/com/camilstaps/route66')
-rw-r--r-- | Week14 Route 66/src/com/camilstaps/route66/Model.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Week14 Route 66/src/com/camilstaps/route66/Model.java b/Week14 Route 66/src/com/camilstaps/route66/Model.java index 6e43e29..7334269 100644 --- a/Week14 Route 66/src/com/camilstaps/route66/Model.java +++ b/Week14 Route 66/src/com/camilstaps/route66/Model.java @@ -32,6 +32,11 @@ import javax.swing.JFrame; * * The class model holds all cars in the simulation. * + * This implementation of the crossing is different from the idea that is + * vaguely described in the assignment. I tried to implement that idea, but it + * was too vague and in the end a student assistent told me to put everything + * in the Model. + * * @author Pieter Koopman, Camil Staps */ public class Model extends Observable { |