Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 501 Bytes

File metadata and controls

12 lines (8 loc) · 501 Bytes

Dealing Damage

This set of tutorials covers how to create enemies which can receive damage from Bullets created by the Player. Many games include enemies which can take damage from the player such as Mega Man X and Super Metroid.

{% embed url="https://youtu.be/wd2NqblSmIY?t=152" %}

The following pages cover a number of topics related to dealing damage:

  • Dynamic entity creation and destruction (Bullets)
  • HP and damage amounts
  • Damage over time and area of effect
  • Friendly fire and teams