bokov-andrew / pirates-attak

MIT License
0 stars 1 forks source link

Now we need bases that contain the cannons. #3

Open bokov opened 5 years ago

bokov commented 5 years ago

Create a new class that inherits from Actor like we already did for Projectile and Cannon. In addition to the attributes and methods created by Actor.__init__() this class should also have the following:

bokov commented 5 years ago

And of course some kind of quick picture to use as the base (castle, whatever) for the time being.