diff options
Diffstat (limited to 'assignments/assignment1.tex')
-rw-r--r-- | assignments/assignment1.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assignments/assignment1.tex b/assignments/assignment1.tex index a135402..564caf6 100644 --- a/assignments/assignment1.tex +++ b/assignments/assignment1.tex @@ -280,7 +280,12 @@ If the wrapper were extended to support interactivity, We have created 11 test cases for both valid and invalid games. As described above, the invalid games are derived from the FIDE rules in that they attempt to find borderline cases where the library may deviate from those rules~\cite{FIDERULES}. +We also looked at the PGN specification~\cite{PGN} for these borderline cases. The concrete tests we have used are shown in \cref{T:T}. +Although it is impossible to calculate the coverage of these tests, + we believe a fair part of the rules is covered. +By also including some valid games, + we also make sure that the library does not disallow valid moves. \begin{table} \centering |