cws/main_cw04.tex
changeset 372 e87462c9b895
parent 356 d1046d9d3213
child 378 7a5ad01a85b5
equal deleted inserted replaced
371:14f2bd9db45b 372:e87462c9b895
   161             setpieces={Ng7, Nb2},
   161             setpieces={Ng7, Nb2},
   162             boardfontsize=12pt,labelfontsize=9pt]}
   162             boardfontsize=12pt,labelfontsize=9pt]}
   163 
   163 
   164 \subsection*{Reference Implementation}
   164 \subsection*{Reference Implementation}
   165 
   165 
       
   166 You\alert{} need to download \texttt{knight1.jar} from KEATS. The one
       
   167 supplied with github does not contain the correct code. See Scala coursework
       
   168 section. \medskip
       
   169 
       
   170 \noindent
   166 This Scala part comes with three reference implementations in form of
   171 This Scala part comes with three reference implementations in form of
   167 \texttt{jar}-files. This allows you to run any test cases on your own
   172 \texttt{jar}-files. This allows you to run any test cases on your own
   168 computer. For example you can call Scala on the command line with the
   173 computer. For example you can call Scala on the command line with the
   169 option \texttt{-cp knight1.jar} and then query any function from the
   174 option \texttt{-cp knight1.jar} and then query any function from the
   170 \texttt{knight1.scala} template file. As usual you have to
   175 \texttt{knight1.scala} template file. As usual you have to