Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 477 Bytes

File metadata and controls

22 lines (13 loc) · 477 Bytes

Design Pattern - Factory Pattern

Refactoring RockPaperScissors implementing factory pattern design and using Clean Arquitecture for organizing files.

Rules

Create a Rock Paper Scissors game, which can be played with a number of rule sets and against both human and computer controlled players.

UML Diagram

Requiered

  • JDK 11
  • JUnit
  • Maven

Author

Omar Hevia