A downloadable game

The Enemies are Swarming is a PyGame project made for Drexel's Computer Programming II class.

--Controls--

- left & right to move

--Objective--

- Knock the paddle into the enemies (red circles) to boost your score. If there are 20 or more enemies on screen or if the ball hits the bottom of the screen,
the game ends. Otherwise, you could theoretically go on forever. Try to get as high a score as possible.

--Unique Features--

- Periodically spawning enemies.

    - Difficulty curve (the enemies spawn faster as the game goes on).

- Variable ball bounce angles depending on where the ball hits the paddle.

- Acceleration & deceleration on the paddle & enemies.

- (Code) Inheritance from multiple classes for many objects, mimicking Composition.

Download

Download
HW 4.zip 7 kB

Install instructions

Open in Visual Studio Code or your favorite code editor/IDE. Run hw4.py.

Leave a comment

Log in with itch.io to leave a comment.