Apr 15, 11:59PM
Send an email to me at jal2016@email.vccs.edu with subject CSC 201 HW7, with your answers attached.
Create a class that implements the Entity
interface (probably by
extending the BaseTank
class, although that isn't required) to define an
enemy tank for our game.
Your class should meet the following requirements:
double x, double y, TanksGame game
.
You can use the game
argument to obtain a reference to the player tank,
for example.Write up your project idea. You should include the following information: