mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-25 12:25:10 -08:00
Removed debugging output showing the location of the Hurkle.
This commit is contained in:
@@ -64,7 +64,6 @@ public class Hurkle {
|
||||
|
||||
hurkleXPos = randomNumber();
|
||||
hurkleYPos = randomNumber();
|
||||
System.out.println("HURKLE AT : " + hurkleXPos + "," + hurkleYPos);
|
||||
|
||||
guesses = 1;
|
||||
gameState = GAME_STATE.GUESSING;
|
||||
|
||||
Reference in New Issue
Block a user