Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.13 KB

File metadata and controls

31 lines (20 loc) · 1.13 KB

Snake Game

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

Features

  • 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

Tech Stack and tools used

  • Programming Language: Python
  • Game Library: PyGame

Getting Started

  1. Clone the repository
  2. Install Pygame: pip install pygame
  3. Run the game: python main.py

Timeline

  • Main Development: Oct 2023
  • New Features Added: Jan 2024

Video Demo

Snake_Gameplay.mp4