Hello! Our names are Adam, Maxim, and Shrivardhan. This game is our hackathon submission!
Pixel Pirates is a game we created using Python's popular pygame library. Additionally, the project was coded using seperated classes in attempt to avoid tight coupling and practice good software design.
Captain LackBeard has encountered two powerful enemy ships. The ships are loaded with cannonball projectiles and are trying to destroy his greatest treasure, his ship, "The Booty Hauler".
We were inspired by the popular games of our childhood! We really wanted to let players feel a sense of nostalgia.
To run Pixel Pirates, the user must simply run Main.py.
- SPACEBAR: Jump
- A: Move left
- D: Move right
- LSHIFT: Pull out Shield
To choose the desired difficulty, the user must press E, N, or H (Easy, Normal, or Hard).
To win, the player's ship must have at least 1 health point by the end of the round. To do so, the player must ensure that they are blocking projectiles using their shield.
Thank you for giving us the oppurtunity to participate in such a fun event. We hope you enjoy our game.