set position insted of using space
This commit is contained in:
parent
eb52af0886
commit
8fe7bc212f
@ -515,7 +515,8 @@
|
|||||||
Console.SetCursorPosition(leftSpacing + x * 4, y * 2 + playgroundSpacing + 1);
|
Console.SetCursorPosition(leftSpacing + x * 4, y * 2 + playgroundSpacing + 1);
|
||||||
Console.Write("║");
|
Console.Write("║");
|
||||||
}
|
}
|
||||||
Console.Write(" ║");
|
Console.SetCursorPosition(leftSpacing + board.GetLength(0) * 4, y * 2 + playgroundSpacing + 1);
|
||||||
|
Console.Write("║");
|
||||||
}
|
}
|
||||||
|
|
||||||
// on dessine les interligne du plateau
|
// on dessine les interligne du plateau
|
||||||
|
Loading…
x
Reference in New Issue
Block a user