Fixed:
- Fixed a bug with the board update
Innovations:
New setScene and getScene methods have been added to the Scoreboard. Scenes were also added as an optional parameter in Scoreboard::create().
The scenes should help track the condition of the board
Safety:
- Added a new LineException exception that is called when a score given above the maximum value ( 16 )
- Changed the access modifier to __construct for Scoreboard.