8cw / students-vs-teachers

A game about students fighting teachers
0 stars 0 forks source link

Tower Attacking #22

Closed 8cw closed 3 years ago

8cw commented 3 years ago

Towers should be able to attack enemies when within a certain range and past a certain cooldown. Ideally, we will draw a horizontal line between the enemy and the tower for one frame to indicate that some damage has been done, and then adjusting the type of enemy to be lower (so that a layer of the teacher has been destroyed).

8cw commented 3 years ago

Tower Attacking is mostly done. https://user-images.githubusercontent.com/54337835/129134220-0c60b96c-b527-4b5d-bbcf-82ac6bb6831d.mp4

8cw commented 3 years ago

I don't think it's feasible to draw a line between the tower and the Enemy, due to limitations of C# Windows Forms. Investigating adding a sound effect instead.