✅ Grid Layout
else if (entercount == dialogue.Length && printcount == dialogue.Length)
{
Console.Clear();
for (int height = 0; height < 15; height++)
{
for (int width = 0; width < 17; width++)
{
Console.Write("[]");
}
}
}else if (entercount == dialogue.Length && printcount == dialogue.Length)
{
Console.Clear();
for (int height = 0; height < 15; height++)
{
for (int width = 0; width < 17; width++)
{
Console.Write("[]");
}
}
}