diff --git a/theGame/Program.cs b/theGame/Program.cs index ed68e72..7af31d8 100644 --- a/theGame/Program.cs +++ b/theGame/Program.cs @@ -16,11 +16,11 @@ namespace theGame th.Start(game); int draw_count = 0; - int action_draw_max = 10; + int action_draw_max = 3; while (game.GameOver != true) { - System.Threading.Thread.Sleep(100); + System.Threading.Thread.Sleep(150); Console.Clear();