Actual status
The score is only printed once the game has ended.
Target status
The score should be printed whenever the ball was thrown
- continuously update score
- refactor logic in how the score board is generated
- a "line" is an array of characters joined together with an empty space
- several lines are joined together via '\n'
- think about making it more visual appealing (e.g. different kinds of lines > double / dotted)