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

Get the ball rolling (Implement Ball Logic) #14

Closed
j-jacobson opened this issue Mar 27, 2023 · 0 comments · Fixed by #21 or #22
Closed

Get the ball rolling (Implement Ball Logic) #14

j-jacobson opened this issue Mar 27, 2023 · 0 comments · Fixed by #21 or #22
Milestone

Comments

@j-jacobson
Copy link
Owner

Make it so the ball moves.
Ball should always start by heading towards one of the paddles (should be the loser? Look up the rules). It should begin when a button is pushed (center button for now.)
Every time it hits a paddle the speed should increase slightly. Every time it hits a wall it should slow down slightly.
Ball should reset position once it hits x=0 or x=h_Size.

@j-jacobson j-jacobson added this to the Publication milestone Mar 27, 2023
@j-jacobson j-jacobson linked a pull request Mar 29, 2023 that will close this issue
@j-jacobson j-jacobson linked a pull request Mar 31, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant