Scoreboard This is a pure console based football Scoreboard application (NOT a webservice / microservice) This has the functionality to Start a game, Finish a game, Update the score, Live Score Summary functionalities Matches having same total score will be sorted based on which game started first This is completely developed with TDD approach. Assumptions Home Team is shown first in the scoreboard Tests are not parameterized (@ParameterizedTest) purposefully in order to be more clearer regarding the purpose Prerequisites (To run the application) Maven JDK JRE How to Run Run the ScoreboardApplication.java to start the application. Tech Stack Java Junit Maven