Relative Content

Tag Archive for c#console-applicationcentering

Why is my array misaligned in the console, despite the fact that I have centered it?

I programmed a simple Convay’s Game of Life as a C# console application for my own enjoyment. One of the things I want to achieve, for aesthetic reasons, is that the array which I am using to actually host the game is centered in the console. That is, when the windowed console opens, the array is square in the middle of it. However when I run the program what I get is this: