Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugs on extra points 1 #1

Open
claudiotancredi opened this issue Jan 18, 2022 · 0 comments
Open

Bugs on extra points 1 #1

claudiotancredi opened this issue Jan 18, 2022 · 0 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@claudiotancredi
Copy link
Owner

  1. When the ball hits the paddle from the side and the user tries to move the paddle in the same direction where the ball is placed, checks seem to fail and the paddle is fragmented.
  2. When a sound is being emitted, if the user pauses the game and later tries to resume it the game won't start again. This happens because sound is not set to 0 when the KEY2 button is pressed and it will stick to 1, indeed in the timer 2 handler (which is disabled during pause) the assignment of 0 to sound will not occur.

These bugs have been fixed in extra points 2.

@claudiotancredi claudiotancredi added bug Something isn't working wontfix This will not be worked on labels Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant