crystal-bit / space-shooter

Shoot 'em up game, developed for the Hacktoberfest 2019 event with the Crystal Bit community.
GNU General Public License v3.0
41 stars 34 forks source link

Player's spaceship should collide with screen borders #80

Closed davcri closed 4 years ago

davcri commented 4 years ago

Currently the player can move the spaceship out of the screen.

We want to clamp the movement of the spaceship so that it doesn't go out of the screen.

jejoivanic commented 4 years ago

Hi, I would like to work on this one!