Pygame Tutorial 16 - Enemy Defense

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



Duration: 0:00
312 views
16


pygame tutorial. In the previous video, we implemented firing bullets 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. Since metall only fires bullets when megaman is within 4 tiles away, metall will go into defense mode and guard until megaman gets close enough. When guarding, any bullets fired at metall will do no damage.

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/