aboutsummaryrefslogtreecommitdiff
path: root/Week14 Route 66
diff options
context:
space:
mode:
authorCamil Staps2015-05-29 13:23:26 +0200
committerCamil Staps2015-05-29 13:23:26 +0200
commit4d803f3bc216e613d24a4cb26b85d17a44183304 (patch)
treee14a00363652f226e79cb787b0426bf064f5efb8 /Week14 Route 66
parentlicensing; 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.java5
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 {