Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacBrychta authored Dec 14, 2023
1 parent a316de3 commit 68ce757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 68ce757

Please sign in to comment.