DhanushNehru / alien-defender-game

An Alien Space Themed Browser Game
https://alien-defender-game.netlify.app/
Apache License 2.0
2 stars 7 forks source link

Bug Fix : Asteroid overlapping with space ship #11

Closed shubhansu-kr closed 8 hours ago

shubhansu-kr commented 3 days ago

Asteroid is set to hit the frame boundary even if it's returned by the space ship. This creates overlap in the UI which is not desirable.

Fix : If the asteroid is rebounded from space ship, it should consider thickness of space ship in the return check.

This will enhance the experience of the game giving it a more realistic touch.

yesahem commented 18 hours ago

On it @DhanushNehru