Where's the GUI codes for ur game lenny?
// Counts to 5 mouse clicks then if no gold or coal found it will say GAME OVER!
int i;
for (i=0; i<=5; i=i+1)
System.out.println("GAME OVER!");
}
If u write it that way, isn't it going to print GAME OVER each time u click the mouse?
