From 70bb3d52fbcbb08022ec47a23375cefedff3d615 Mon Sep 17 00:00:00 2001 From: AUnicornWithNoLife <55228370+AUnicornWithNoLife@users.noreply.github.com> Date: Thu, 25 May 2023 12:37:19 +0100 Subject: [PATCH] i mean it works --- Master Mind/Game.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Master Mind/Game.cs b/Master Mind/Game.cs index a2220d5..57b135b 100644 --- a/Master Mind/Game.cs +++ b/Master Mind/Game.cs @@ -88,6 +88,8 @@ namespace Master_Mind { game.AddRow(Render.GetColorInput()); + Console.Clear(); + Render.RenderBoard(game); Console.ReadLine();