This is game built using pygame module in python. There are 2 ships which can fire 2 cannon balls at a time. It is two player offline pc game.If the health of one player becomes zero the other player wins and then the game again starts after 5 second.
- w - up
- s - down
- a- left
- d -right
- q - fire cannon ball from left side
- e - fire cannon ball from right side
- Up arrow key - up
- Down arrow key - down
- Left arrow key - left
- Right arrow key - right
- Right Ctrl key - fire cannon ball from left side
- 0 - fire cannon ball from right side
The tutorial I used to learn pygame: https://youtu.be/jO6qQDNa2UY