ucsb-cs56-projects / cs56-games-fish-animation

-
1 stars 11 forks source link

Set game frame boundaries #99

Closed 9728627 closed 6 years ago

9728627 commented 6 years ago

Right now, if you move the character(shark) to the top side of the screen, it will appear at the bottom again. There is no boundaries at all. It is not appropriate. Therefore, it is better to set the boundaries.

100XP

xavierholt commented 6 years ago

F17 OK: 50 XP

aryamandas commented 6 years ago

Increasing the point value. Make sure the shark/character cannot move beyond the bounds of the game window aka no warping (shark cannot magically appear at the top of screen if it goes towards the bottom of the screen, same with left to right movements)

W18 OK (100 points)