i mean it works

This commit is contained in:
AUnicornWithNoLife 2023-05-25 12:37:19 +01:00
parent 0cb463fd0f
commit 70bb3d52fb

View File

@ -88,6 +88,8 @@ namespace Master_Mind
{
game.AddRow(Render.GetColorInput());
Console.Clear();
Render.RenderBoard(game);
Console.ReadLine();