Pygame Tutorial 15 - Enemy Bullets

Subscribers:
54,400
Published on ● Video Link: https://www.youtube.com/watch?v=y8Q2I4HBAEA



Duration: 0:00
244 views
11


pygame tutorial. In the previous video, we implemented firing bullets so that megaman can destroy the metall enemies. In this video, we implement the same logic for the metall enemies so that they can fire 3 bullets every second when megaman is within 4 tiles away. Unlike with megaman, metall fires 3 bullets at once, one goes straight, and the other two go diagonally up and down. Because of the changes made in the previous video, metall will also change direction left or right depending on where megaman is facing, so that metall can target megaman wtih the bullets.

How to install Python for VS Code:    • How to set up Python on Visual Studio Code  

How to install Pygame:    • How to Install Pygame  

Pygame Tutorial Playlist:    • Create a Platformer Game in Python with Py...  

Click on the link below to access the images used in the tutorial!
Github for Pygame Tutorial Code: https://github.com/ImKennyYip/pygame

Python Object Oriented Programming Playlist:    • Python Object Oriented Programming  

Python Game Projects Tutorial Playlist:    • Python Game Programming Tutorials  

Pygame Website: https://www.pygame.org/