Closed lumi-a closed 3 months ago
You used to have Spaceguns. Would you like to revive those?
I think they could inherit from pygame.Rect. Maybe we should create a class Ship that doesn't inherit from Disk, and have:
pygame.Rect
Ship
Disk
I don't think we need them for now, they would just be enemies except that they can't move.
You used to have Spaceguns. Would you like to revive those?
I think they could inherit from
pygame.Rect
. Maybe we should create a classShip
that doesn't inherit fromDisk
, and have:Disk
and the newShip
-classpygame.Rect
andShip
.