Assignment 8 (progress update)
- ncampanelli0
- Nov 2, 2019
- 1 min read
I am remaking pong. Not everything is done yet but I have the basics on screen right now (see image). Currently the ball moves and one of the scores works right now (I didn't intend one score to work as of now, but rather placed it in as a sort of placeholder). I have to add logic to allow the ball to react to the paddles (instead of to the left/right sides of the screen), code the paddles to be controlled and allow the ball to go off screen (which will come after I programmed the ball to react to the paddles) and reset the state of the game (without removing the score of course).

Comentários