diff options
author | Camil Staps | 2015-05-29 13:23:26 +0200 |
---|---|---|
committer | Camil Staps | 2015-05-29 13:23:26 +0200 |
commit | 4d803f3bc216e613d24a4cb26b85d17a44183304 (patch) | |
tree | e14a00363652f226e79cb787b0426bf064f5efb8 /Week14 Route 66 | |
parent | licensing; reorganisation; javadoc; cleanup (diff) |
Explanation for not strictly following the assignment
Diffstat (limited to 'Week14 Route 66')
-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 { |