laplante-sean / jackit

2D side-scroller game with a programming aspect
GNU General Public License v3.0
2 stars 0 forks source link

Kill enemies by jumping on their heads #67

Open laplante-sean opened 7 years ago

laplante-sean commented 7 years ago

Currently works. Not perfect though

  1. The bounce off the enemies head isn't perfect.
  2. Since I check for collision with enemies in collide and collided_with the event may fire twice (make sure that doesn't happen)
  3. The points for killing the enemy don't seem to be adding to the player's score.