Exemplo n.º 1
0
 // increases the score of p2
 public void increasePlayerTwo() {
   super.increasePlayerTwo();
 }
Exemplo n.º 2
0
 // clears the score of both players to 0
 public void clear() {
   super.clearPlayerOne();
   super.clearPlayerTwo();
 }
Exemplo n.º 3
0
 // increases the score of p1
 public void increasePlayerOne() {
   super.increasePlayerOne();
 }