Attic/knight3a_test.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Sun, 31 Jan 2021 03:28:20 +0000
changeset 393 a8e7e187bb26
parent 332 e43ad5714b72
permissions -rw-r--r--
marking 5


assert(CW7c.ordered_moves(8, List((3,4), (3,2)), (1,3)) == List((0,1), (0,5), (2,1), (2,5)))
assert(CW7c.ordered_moves(8, List((4,0)), (0,0)) == List((2,1), (1,2)))
assert(CW7c.ordered_moves(8, List((0,4)), (0,0)) == List((1,2), (2,1)))