diff options
author | Pacien TRAN-GIRARD | 2014-04-19 14:33:25 +0000 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-04-19 14:33:25 +0000 |
commit | aa9d3526dc7ad09331efd284d28abe9da5939f26 (patch) | |
tree | ad74e45c3110e40cefb9e4cc67af770417b5c51f /report/progression.tex | |
parent | 006daa5c112fd9a5e3bdc38d760ba22b2558651c (diff) | |
parent | deb050e1caa9bb0c824e1c7cee0aed44e7161683 (diff) | |
download | esieequest-aa9d3526dc7ad09331efd284d28abe9da5939f26.tar.gz |
Merge branch 'zuul-even-better' into 'master'
Zuul Even Better
Diffstat (limited to 'report/progression.tex')
-rw-r--r-- | report/progression.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/report/progression.tex b/report/progression.tex index 1a74d8d..0108d2d 100644 --- a/report/progression.tex +++ b/report/progression.tex | |||
@@ -382,12 +382,21 @@ Moving characters that can move to adjacent rooms once permitted were added. | |||
382 | 382 | ||
383 | \section{Zuul even better} | 383 | \section{Zuul even better} |
384 | 384 | ||
385 | 86d6f56dd - A code refactoring was done. | ||
386 | |||
385 | \subsection{Inheritance} | 387 | \subsection{Inheritance} |
386 | 388 | ||
389 | Inheritance (and interfaces) was already used for Character-s, Door-s, Item-s, | ||
390 | and View-s since the beginning. | ||
391 | |||
387 | \subsection{Abstract Command} | 392 | \subsection{Abstract Command} |
388 | 393 | ||
394 | The Performer class was replaced by multiple Command sub-types. | ||
395 | |||
389 | \subsection{Packages} | 396 | \subsection{Packages} |
390 | 397 | ||
398 | The code was already organised in packages. | ||
399 | |||
391 | 400 | ||
392 | \section{Zuul without BlueJ} | 401 | \section{Zuul without BlueJ} |
393 | 402 | ||