A classic Snake game built using Unity 2D.
Control the snake, eat food to grow, and avoid colliding with yourself or the walls.
- Smooth snake movement
- Score tracking
- Simple, clean 2D visuals
- Easy to modify and customize
-
Download the project:
- Click the green Code button on this page
- Select Download ZIP
- Or clone it with Git:
git clone https://github.com/Pruthviraj141/Unity-2D-Snake-Game
-
Open in Unity:
- Launch Unity Hub
- Click Add Project from Disk
- Select the folder you just downloaded/cloned
If you want to create an executable:
- Go to File → Build Settings
- Select your target platform (Windows, Mac, or Linux)
- Click Build
- Run the generated file from the
Buildfolder