diff options
Diffstat (limited to 'report')
-rw-r--r-- | report/progression.tex | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/report/progression.tex b/report/progression.tex index 46ccc38..135ba3e 100644 --- a/report/progression.tex +++ b/report/progression.tex | |||
@@ -247,6 +247,14 @@ interpreting commands from a text file. | |||
247 | 247 | ||
248 | \subsection{test command} | 248 | \subsection{test command} |
249 | 249 | ||
250 | The test command was implemented by modifying the Console view with commit | ||
251 | 967f40d71. Instead of reading commands from the user's input from the console, | ||
252 | the Scanner reads the commands from a text file. | ||
253 | |||
254 | This functionnality was not implemented as a command inside the game, but as a | ||
255 | command line flag that can be used by executing the program from a terminal with | ||
256 | ``--file <file path>''. | ||
257 | |||
250 | \subsubsection{test files} | 258 | \subsubsection{test files} |
251 | 259 | ||
252 | 260 | ||