From d68d9056b236393643a7b701838b9d7405313ded Mon Sep 17 00:00:00 2001 From: DIvan2000 Date: Fri, 29 Nov 2024 15:54:25 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BB=D0=B5=D0=B3=D0=BA=D0=B0=20=D0=B8?= =?UTF-8?q?=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B0=20=D0=B4=D0=BE=D0=BA?= =?UTF-8?q?=D1=83=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=86=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Subprograms/SnakeGame.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;