Log In  


Cart #pongclash-2 | 2025-02-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2


This is the first game I make for the 20 games challenge, and first game in general, so any feedback would be much appreciated, especially regarding how to improve my code structure, and the collisions in the game.

2


1

You acatually only have to check the front of the board because if the ball hits the side, they'll lose anyway.

In addition, in traditional breakout games, the bounce of the ball and the board does not follow physics. Instead, the direction of the ball's rebound is determined by which side of the board it is closer to.


1

Thank you, I had started working on a Breakout game, but thankfully now I know this so I will implement it in this Pong game first.


1

Nice job! Pretty cool to get that first game in.

I think the paddles are not equal in distance from the center.



[Please log in to post a comment]