diff options
author | Pacien TRAN-GIRARD | 2014-02-23 22:16:25 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-02-23 22:16:25 +0100 |
commit | 3ecc5150121965e1b6f4bbf807d60d5f6694dd1f (patch) | |
tree | 4d8ec377827cdfde6bf4c045b9a8c69587a456de /report | |
parent | 79d33230b556943c1067871e422ed50fd9afb111 (diff) | |
download | esieequest-3ecc5150121965e1b6f4bbf807d60d5f6694dd1f.tar.gz |
Update report
Diffstat (limited to 'report')
-rw-r--r-- | report/progression.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/report/progression.tex b/report/progression.tex index 2f25aea..c4f6c52 100644 --- a/report/progression.tex +++ b/report/progression.tex | |||
@@ -73,8 +73,14 @@ The eat command has been added with the commit 40b9b4816. | |||
73 | 73 | ||
74 | \subsection{showAll, showCommands} | 74 | \subsection{showAll, showCommands} |
75 | 75 | ||
76 | This modifications are part of the commit 79d33230b. | ||
77 | |||
76 | \subsection{Adding commands} | 78 | \subsection{Adding commands} |
77 | 79 | ||
80 | Adding new commands would not require modifying the printHelp() method anymore. | ||
81 | However, adding new commands and related functions would still require editing | ||
82 | the Game class and its processCommand() method. | ||
83 | |||
78 | \subsection{getCommandList} | 84 | \subsection{getCommandList} |
79 | 85 | ||
80 | \subsection{Comparison with reference} | 86 | \subsection{Comparison with reference} |