trevie / tankgame

A 2D tank game, as part of a class project
1 stars 0 forks source link

No explosions. #5

Open Channeler opened 11 years ago

Channeler commented 11 years ago

There are currently no explosions resolve after collision detection.

Channeler commented 11 years ago

Explosions now rendered with a place holder. Still need to add code to propagate force to any nearby tanks and cause damage.

Channeler commented 11 years ago

Explosion causes damage but is not centered properly also needs to cause a force on affected players.