Pygame Tutorial 13 - Shooting Bullets

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



Duration: 0:00
380 views
17


pygame tutorial. In the previous video, we went over how to create the classic enemy in megaman games, called a metall, have it collide and land on the tiles, detect collision between metall and megaman, make megaman invincibile for 1 second to give him enough time to move out of the enemy's range, and create a health bar to measure megaman's curernt health.

In this video, we will implement firing bullets so that megaman can destroy the metall enemies. When firing bullets, we need to update the megaman sprites so that megaman is in a shooting position with his arm cannon, fire bullets and detect collision with the megaman, and clean up destroyed metalls, and bullets that have been used or gone off screen.

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/