Comments

Log in with itch.io to leave a comment.

(1 edit)

my biggest issue with this game expressed in pseudocode could be:
if(collidingwithPlayer() && Player.isJumping()) { enemy.destroy();}