From 4d803f3bc216e613d24a4cb26b85d17a44183304 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 29 May 2015 13:23:26 +0200 Subject: Explanation for not strictly following the assignment --- Week14 Route 66/src/com/camilstaps/route66/Model.java | 5 +++++ 1 file changed, 5 insertions(+) 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 { -- cgit v1.2.3