https://github.com/firefly2442/pangRequires:
-CMake
-SFML2
-SFGUI
I'm just tinkering with the Game from Scratch tutorial and I'm kind of stuck on the mechanics of the game portion. The game is a pong clone. For the most part, the ball moves appropriately and is able to collide off the player paddle and the top (but not the AI paddle). Also, the ball sometimes doesn't appear and the paddles get stuck every so often.
So it needs some work, but for the moment I would like to get the ball to bounce off the AI paddle. I'm comparing between the player and AI paddle files but they seem quite similar to me. Any ideas or at least places to start looking?
Thanks.