Skip to content

hacking-service-fabric/roshambo

Repository files navigation

Build status](https://dev.azure.com/hacking-service-fabric/roshambo/_build/latest?definitionId=1)

Architecture

digraph Roshambo {
  start -> webhook -> start
  webhook -> engine
  webhook -> actor
  actor -> engine

  start [shape=plain label="Twilio"];
  
  webhook [label = "Roshambo.Twilio \n ITranslationService"]
  actor [label = "Roshambo.PlayerSessionActor \n IPlayerSession"]
  engine [label = "Roshambo.GameServices \n IGameService \n IGameOptionService"]
}

About

Rock-paper-scissor game in Azure Service Fabric

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published