wkeeling/arkanoid

Use enum for brick colour

Closed this issue · 1 comments

Define enum class in brick.py module.

Using an enum is mildly less error prone than typing the colour as a string.

Implemented