
public interface JoggleFE
{

    public void startGame(char board[][]);
    public String[] stopGame();
}


