wkeeling/arkanoid

Use enum for round background colour

Closed this issue · 1 comments

The colours will repeat every x rounds so best to have them as an enum (or constant) to avoid repetition.

Now using constants in base.py