Inspired by the classic Snake Game. Navigate the snake using WASD or arrow keys to consume food and grow while avoiding collisions with the walls or yourself. Enjoy the retro feel with added sound effects and smooth animations for an engaging gaming experience
- Smooth Snake Movement: Control the snake with responsive WASD or arrow key inputs
- Collision Detection: Game-over triggers when the snake hits a wall or its own body
- Sound Effects: Immersive sounds to enhance the gameplay experience
- Score Tracking: Dynamic game-over screen displays your score and high score after each round
- Engaging Graphics: Fluid animations and attractive snake graphics for a user-friendly interface
- Programming Language: Python
- Game Library: PyGame
- Clone the repository
- Install Pygame:
pip install pygame
- Run the game:
python main.py
- Main Development: Oct 2023
- New Features Added: Jan 2024