public abstract class CS15Bomb
extends java.lang.Object
Constructor and Description |
---|
CS15Bomb()
Constructs a CS15Bomb
|
Modifier and Type | Method and Description |
---|---|
void |
explode()
A SUPPORT method that graphically makes the bomb explode and end the game.
|
void |
moveBomb()
A SUPPORT method that will graphically move the bomb on the screen.
|
public void explode()
public void moveBomb()