zbaker94 / GameDesign_spring15_FinalProject

Final project for game design class at KSU fall 2015.
0 stars 0 forks source link

Enemy shooting #6

Closed ryansouthern closed 9 years ago

ryansouthern commented 9 years ago

have the enemy shoot the player

ryansouthern commented 9 years ago

dependent on https://github.com/zbaker94/GameDesign_spring15_FinalProject/issues/8

zbaker94 commented 9 years ago

Enemies now shoot in the direction of the player (still on 4 axes) using a fairly complex set of if else statements. this same algorithm is used for their changing movement when shot.