Current Forum: Homework 6 - Part II |
Date: Tue Dec 4 2001 11:51 am |
Author: Fields, David C. <dcf@andrew.cmu.edu> |
Subject: Re: bug still there, with very up-to-date GraphicsGame.java |
|
|
my hypothesis: the problem is not with the GUI, or your invalid move detection. the problem is that your makeMove() does not throw the IllegalMoveException as required. we experienced the same problem, and it was solved simply by throwing the exception if the move passed to makeMove() failed validMove().
-Dave |
|