Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 264 Bytes

File metadata and controls

11 lines (7 loc) · 264 Bytes

MasterMind

Services: the business logic

  • Read/WriteService => used as a wrapper for I/O
  • RefereeService => service for the rules
  • EngineService => the game controller

Ninject for the dependency injection.

Miss somes unit test, but one hour is one hour ;)