This is a simple console-based Snake game implemented in C++.
- Use 'q' or the arrow keys to move the snake left.
- Use 'd' or the arrow keys to move the snake right.
- Use 's' or the arrow keys to move the snake down.
- Use 'z' or the arrow keys to move the snake up.
- Press 'x' to exit the game.
- Clone the repository.
- Open the SnakeGame.sln file in your C++ IDE.
- Build and run the project.
- 'q': Move left
- 'd': Move right
- 's': Move down
- 'z': Move up
- 'x': Exit the game
- Dynamic snake growth
- Dollar signs represent food
- Euro signs represent special food
- Score and level tracking
- Speed and difficulty levels
Feel free to modify, improve, or share!

