Added a Start Screen and did some Debugging!
So I’ve continued improving pong, and here’s what I’ve done since the last devlog.
- Fine-Tuned Adaptivity
- Added a Start Screen!!!
- Fixed Ball Velocity Magnitude Issues (annoying Pythagorean theorem math, and I like math)
- Made the font Pixelify Sans for the new start button and the scoreboard.
There are only two more things I need to do before shipping!
[] Make the AI a time delay instead of a space delay
- Right now the AI moves when the ball is a certain distance from the paddle.
- This makes it jittery when it is fast due to adaptivity
- I want to make it only check the ball’s position every second of half-second or so.
-This will hopefully eliminate jitter
[] Make an end and restart screen
- The game should end at 10 points
- It will probably have “Game Over” for a loss and “You Win” for a, you guessed it, a win.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.