wkeeling/arkanoid

Extract constants where appropriate

Opened this issue · 0 comments

Ensure that any integer values in the code are specified as constant variables where appropriate. Use descriptive names.

e.g.
start_angle = ball.angle + 0.2 # What's the 0.2?