BreakOut 5.* Vorgabe
This commit is contained in:
parent
f6e8e6fcc5
commit
b51c1c4f62
@ -17,4 +17,7 @@ public interface IBall {
|
|||||||
// Exercise 4
|
// Exercise 4
|
||||||
public boolean hitsStone(ArrayList<Stone> stones);
|
public boolean hitsStone(ArrayList<Stone> stones);
|
||||||
public Stone getHitStone();
|
public Stone getHitStone();
|
||||||
|
|
||||||
|
// Exercise 5
|
||||||
|
public boolean isLost();
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user