Skip to content

๐Ÿ A classic Snake Game built with Python and Pygame. Simple, fun, and a great demonstration of game loops, real-time input, and collision detection.

Notifications You must be signed in to change notification settings

DIP72/SnakeGame

Repository files navigation

๐Ÿ Snake Game in Python

A classic Snake Game built using Python and the Pygame library. This terminal-friendly game is a fun project that showcases game development basics such as the game loop, collision detection, and score tracking.


๐ŸŽฎ Game Features

  • Smooth gameplay with keyboard controls
  • Real-time snake movement and food generation
  • Collision detection with self and borders
  • Score tracking system
  • Game over screen and restart functionality

๐Ÿงฐ Technologies Used

  • Python 3.x
  • Pygame library

๐Ÿš€ Getting Started

โœ… Prerequisites

  • Python 3 installed on your machine
  • Pygame library (pip install pygame)

๐Ÿ“ฅ Clone the Repository

git clone https://github.com/Dipanjan-Pradhan/SnakeGame.git
cd snake-game-python

About

๐Ÿ A classic Snake Game built with Python and Pygame. Simple, fun, and a great demonstration of game loops, real-time input, and collision detection.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages