From 68ce7572b4fc94c9a440232d3155bea5c290a11b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ign=C3=A1c=20Brychta?= <112906378+IgnacBrychta@users.noreply.github.com> Date: Thu, 14 Dec 2023 17:00:53 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18dc286..ad123c6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The Snake project is implemented in C# using Windows Forms. It consists of a mai ### Key Components 1. **Snake Class:** Represents the snake in the game. Manages its movement, collision detection, and scoring. 2. **GameDrawer Class:** Responsible for drawing game elements on the screen, including the snake, fruits, and game overlays. -3. **CursorChange Class:** Configures custom cursor files for different game states. +3. **CursorChange Class:** Configures custom cursor files, it's a great feature, trust me. ## Game Logic - The game starts with a snake composed of a specified number of segments.