Scorekeep v1.6
Changes
- Fixed list declaration to use List interface as type.
- Updated JUnit to v5.0.
- Added Thread enclosure around game complete notifications to make the AWS call asynchronously. This prevents the final move in a game from taking a long time to return due to the notification call.
- Added user creation notification to UserFactory class.
- Added tests for the TicTacToe class.
To see the project in action, deploy the attached source bundle (eb-java-scorekeep-v1.zip) to a Java 8 environment on AWS Elastic Beanstalk.