Current Forum: Homework 6 General Forum |
Date: Mon Dec 3 2001 4:44 pm |
Author: Maxim, Michael G. <mmaxim@andrew.cmu.edu> |
Subject: Re: behavior of driver program |
|
|
The GUI checks for invalid moves, but in a slightly different way. It puts the onus on makeMove() to throw IllegalMoveException's if the specified move is not valid. So basically make sure that your makeMove() function checks for validMoves being given to it.
Mike |
|