Example #1
0
 public void startGame() {
   config.gamelost = false;
   config.running = true;
   board.poistaKaikki();
   pistelaskuri.setScore(0);
   config.waitFor = config.waitFor_init;
   config.level = 1;
   ilmoittaja.nollaa();
   this.shuffleBlock();
   this.shuffleShape();
 }