Documentatie TeamComparator
This commit is contained in:
@@ -7,6 +7,12 @@ import java.util.concurrent.ThreadLocalRandom;
|
||||
import static java.lang.Math.cos;
|
||||
import static java.lang.Math.sin;
|
||||
|
||||
/**
|
||||
* A class of Bazookas involving a worm.
|
||||
*
|
||||
* @version 1.0
|
||||
* @author Arthur Bols & Leen Dereu
|
||||
*/
|
||||
public class Bazooka extends Projectile {
|
||||
/**
|
||||
* @param worm
|
||||
|
@@ -2,6 +2,12 @@ package worms.model;
|
||||
|
||||
import worms.util.Coordinate;
|
||||
|
||||
/**
|
||||
* A class of Food involving a world and a location.
|
||||
*
|
||||
* @version 2.0
|
||||
* @author Arthur Bols & Leen Dereu
|
||||
*/
|
||||
public class Food extends GameObject {
|
||||
|
||||
/**
|
||||
|
@@ -5,6 +5,12 @@ import worms.util.Coordinate;
|
||||
|
||||
import static java.lang.Math.*;
|
||||
|
||||
/**
|
||||
* A class of GameObjects involving a world, a location and a radius.
|
||||
*
|
||||
* @version 3.0
|
||||
* @author Arthur Bols & Leen Dereu
|
||||
*/
|
||||
public abstract class GameObject {
|
||||
|
||||
// region Constructor
|
||||
|
Reference in New Issue
Block a user