Comments
NetSnake - the simplest possible Snake imitation console application
This game is a piece of my programming history, and it's a very, very long story. 10 years.
What can this game do?
run
show the "snake" and "fruit" to collect
WASD control
count the collected fruits
after crossing the border
end the game with a summary of the result
It is recommended to run the "game" in a maximized console window
The game is weak and I won't hide it. Version 1.0 was created 10 years ago when I started learning C#. It was the time when I finished learning Pascal. The habit of consoles has stayed, be it C, C++ or C# - always the console.
Okay, but here is 1.1 - so something has changed. Yes, so many years made the code need a few tweaks to make it work better. That it could work at all. There were only necessary fixes, basically all the code was not modified. So somehow it works, it's not very good, but it also doesn't spit errors every now and then.