One of the features of Pygame Zero is to be able create vector images. These images can be created using basic shapes and more complex polygons. By combining these shapes you can make images. In this case the shapes form the outline of a mililary tank for a tank battle.
Two tanks adjust their turrets, set the power and try and kill the opponent before they get hit.
This is based on a game included in my book Beginning Game Programming with Pygame Zero: http://www.penguintutor.com/projects/...
You can download the source code for the complete game from:
https://github.com/Apress/beginning-g...