Browse Source

some speed values fix

master
parent
commit
bf9cc43f15
  1. 4
      theGame/Program.cs

4
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();

Loading…
Cancel
Save