From bf9cc43f157b4c293bfead2a25b38251be459c26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D0=B5=D0=BE=D1=80=D0=B3=D0=B8=D0=B9=20=D0=A6=D1=8B?= =?UTF-8?q?=D1=80=D0=BA=D0=BE=D0=B2?= Date: Mon, 10 Oct 2016 23:42:53 +0300 Subject: [PATCH] some speed values fix --- theGame/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();