diff options
Diffstat (limited to 'report')
-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 | ||