MichalStrehovsky/SeeSharpSnake

Wont Work

Opened this issue · 0 comments

When i am running the game i get this error: │ Unhandled exception. System.ArgumentOutOfRangeException: The value must be greater than or equal to zero and less than the console's buffer size in that dimension. (Parameter 'top')
Actual value was 20.
at System.ConsolePal.SetCursorPosition(Int32 left, Int32 top)
at System.Console.SetCursorPosition(Int32 left, Int32 top)
at FrameBuffer.Render()
at Game.Run(FrameBuffer& fb)
at Game.Main()