softwareconstruction240 / chess

Chess project for BYU CS 240
2 stars 4 forks source link

Fix KingMoveTests method name #24

Closed 19mdavenport closed 1 month ago

19mdavenport commented 1 month ago

Currently KingMoveTests has a method kingMoveUntilEdge which is somewhat misleading, since kings cannot move more than one square away at a time. This would replace the name with kingMiddleOfBoard