Esempio n. 1
0
 public static string GetAdeptDifficultyMove()
 {
     return(ConvertNumberToDirection(DifficultiesBasedOnRandom.GetRandomMovement(0)));
 }
Esempio n. 2
0
 public static string GetExperiencedDifficultyMove()
 {
     return(ConvertNumberToDirection(DifficultiesBasedOnRandom.GetRandomMovement(0.35)));
 }