cws/main_cw04.tex
changeset 372 edad26e1becc
parent 356 35c75b594459
child 378 efc6a287c369
equal deleted inserted replaced
371:0b7f7b402064 372:edad26e1becc
   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