Open
Description
As discussed in #77, since we do not have graphics for an Army boss as of now, we might go ahead and just program an Army boss using resized sprites (or slight alterations) to the existing Army and Army shell images.
We would::
- Reprogram the C++ code for the former Turtle boss in order to use each of the images from the Army and Army shell enemies
- We would scale the images to the larger sizes as needed. Since we would be scaling SVG images, there would be no quality loss. We also might make minor alterations for now.
- We also might consider making the boss's behavior more interesting as feasible. For example, he could shoot in the air when in his shell form and then fly diagonally toward Alex. We could rotate the shell sprite as this is done.
- When new, improved Army boss graphics are created we can adapt them to the reprogrammed Army
We've discussed doing a similar thing for the Larry boss in #100. This would allow us to have two bosses in the 2.X series again.