The Hawk

21
reputation
5

I am currently attempting to create a Contra game in Python using Pygame. So far, I have imported images, the player can move, jump, shoot, and crouch. He can also die if hit by an enemy, and the enemies can die if hit. My next implementations are going to be a title screen and scrolling camera.