xobust / Project-Broban

ProjInda15 project
5 stars 2 forks source link

Add player attack #28

Closed iRobsc closed 8 years ago

iRobsc commented 8 years ago

Add an attack that damages monsters

xobust commented 8 years ago

I think it would be a good idea if the collision box moves with the player if the player moves while it is attacking. Or maybe the player could be stationary while attacking like in darksouls.

iRobsc commented 8 years ago

If we would implement the stationary attacking, then it would punish the player pretty much for attacking. Not sure if it's a good or a bad thing

willwull commented 8 years ago

What? The majority of top down games have stationary attacks, play any 2D Zelda game to see.

iRobsc commented 8 years ago

Yes they do, as I stated before. Not sure if it's a good or a bad thing.

willwull commented 8 years ago

I think our game will be way too easy if the player is able to move while attacking :confounded:

iRobsc commented 8 years ago

Yeah that's a good point

iRobsc commented 8 years ago

I'm starting with this now!

iRobsc commented 8 years ago

I will need a collision box before I can add the attack so I'm postponing this issue until that is done.

xobust commented 8 years ago

I will work on the attack now as @iRobsc has pivoted to working on collisions. I will implement a simple brute force check if enmities are in front of player using a controller