<<<<<<< HEAD
=======
I used HTML CSS and JavaScript to complete my game!
https://main--resplendent-mooncake-392bf6.netlify.app/
To move Left Paddle (Player One) w to move up s to move down
To move Right Paddle (Player Two) Up arrow to move up Down arrow to move down
Press space-bar to start the game
can toggle background music on or ovee with the control music button, the text changes to according to the status of the music
Initial Landing
Game Play
Win/Lose
- As a player I want my game to recognize when the ball is off screen so a winner is declared. Completed
- As a player, I would like to be informed when the game is over. Completed
- As a player for those who require assistive technolog ies,I would like accessibility features so that others are not left out of enjoying the game. Completed but want to add more
- As a player, I would like to be able to restart the game after a round is done. Completed
- As a player, I would like the UI to be engaging and easy on the eyes. Completed
- As a player, I would like to hear a little chime when the ball hits a paddle. Completed
- As a player, I would like the game to increase in difficulty with a smaller paddle after every 5 strikes. not completed
- As a player, I would like to have the option to play against the computer. Not completed
- Define the required variables used to track the state of the game(ball position, paddle positions, scores)
- Store cached element references (Reset Buttone, Winner Message, Game Board, Paddle 1, Paddle 2, Ball)
- Event Handlers (Key clicks for player 1, Key clicks for player 2)
- Game Logic (Update Board and Update Message)
- Function to render game (Call functions to update the board, update the message)
- Function to edge (keep game elements within the board boundaries)
- function to move the ball
- Function to bounce the ball off paddles and walls (only top and bottom walls)
- Function to determin a winner
- Function to update the board (Upon load the page will have a set position and not being until a key click)
87dde38560507c003575dae0189c21caae1c17b2
sources used ChatGPT Phind
----> this is how i added the music https://www.youtube.com/watch?v=VXWvfrmpapI&t=547s
----> this is how i learned to make my ball shape, and paddle shapes, and some movement to my ball https://www.youtube.com/watch?v=tCPcinx3h-g https://www.youtube.com/watch?v=-wSn49DV9qU https://www.youtube.com/watch?v=p88rNckccmg
-----> looked at all of these to understand/do the collision https://www.youtube.com/watch?v=jrqN0uZwhwk&t=422s https://www.youtube.com/watch?v=Xift6szmSjw&t=235s https://www.youtube.com/watch?v=s41geSnVfME


