Isoldhe / Battleship

Battleship game in C#
0 stars 1 forks source link

Painting the battlefield using Console SetCursorPosition and Console Write. #1

Closed Atrixsanna closed 5 years ago

Atrixsanna commented 5 years ago

Also constraining the Console WindowSize to hide the scrollbars. R now resets the view in case the player resizes the view accidentally. Arrow keys shift the battlefield to display responsiveness and inspire possibilities.

You may wish to create a new branch and put this commit on a separate branch to test the game engine first, since the whole battlefield painting and user input handling was changed and may not be to your liking.

Kind regards, Norbert