wkeeling/arkanoid

Add game.ball alias

Closed this issue · 1 comments

Possibly add game.ball attribute that aliases game.balls[0]

Then could lose ugly balls[0] syntax everywhere. Would need to clearly document the fact the game.ball is a convenience for accessing game.balls[0] so the attributes aren't confusing.

Implemented