AndreasRoither / Bombermann

Web Project - Bombermann Classic Remake
MIT License
2 stars 0 forks source link

Player drawn over #14

Closed AndreasRoither closed 6 years ago

AndreasRoither commented 6 years ago

Players can "overdraw" other players. When that happens the other player will not be redrawn since his layer is not marked dirty, we need to add a collision detection for that.

NeverfullD commented 6 years ago

players don't overdraw each other, however collision detection is not implemented for that and we need call stack optimization

NeverfullD commented 6 years ago

no collision detection added, would be rather costly comparison to do so.