Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1019 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 1019 Bytes

| PyGame | Jetski Game |

Jetskiing game made with PyGame, avoid the obstacles to

| Gameplay Demo |

JetskiGamePromo.mp4

| Skills Demonstrated |

Object-Oriented Programming: The code showcases my proficiency in OOP principles by utilising classes and objects to represent game entities such as the player's jet ski, obstacles. Control Flow: The code demonstrates my understanding of control flow by utilising loops and conditional statements to control the execution of different parts of the game. Pygame: I utilised the Pygame library, a popular choice for 2D game development in Python. This demonstrates my ability to work with game development frameworks and utilise their features effectively.

Features: Jet ski movement and control Collision detection with obstacles Scoring system and game levels Game state management for intro, main game and death screen

Feel free to explore the repository to see the code in action!