diff --git a/Subprograms/SnakeGame.cs b/Subprograms/SnakeGame.cs index d31e0fd..e118773 100644 --- a/Subprograms/SnakeGame.cs +++ b/Subprograms/SnakeGame.cs @@ -3,7 +3,7 @@ namespace laba3.Subprograms { /// - /// TUI game "Snake"; + /// TUI classic game "Snake"; /// The player controls the snake. /// The player has to eat apples to increase the length of the snake /// and try not to crash into the wall or themselves;