Курсовая работа: Java-гра Тетріс

score += 20;

case 3:

score += 15;

case 2:

score += 10;

case 1:

score += 5;

}

int newLevel = score / 100 + 1;

if (newLevel > level && level < 9) {

level++;

}

}

if (gameState == PLAY) {

fig = new Figure();

t.setDelay(DELAY[level]);

}

}

repaint();

}

// <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents

private void initComponents() {

javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);

this.setLayout(layout);

layout.setHorizontalGroup(

layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)

.addGap(0, 400, Short.MAX_VALUE)

);

layout.setVerticalGroup(

К-во Просмотров: 1210
Бесплатно скачать Курсовая работа: Java-гра Тетріс