-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
Title: Add Snake Game in Python (using Pygame)
Hi @devmalik7 !
I’d like to contribute a Snake Game built using Pygame.
Description
The player controls a snake that moves on a grid, eating food to grow longer.
If the snake collides with the wall or itself, the game ends.
The score increases as the snake eats more food.
Built using pygame for smooth graphics and keyboard input.
Features
Arrow-key controls (Up, Down, Left, Right)
Dynamic score display
Simple, clean UI
Tech Stack
Language: Python
Library: Pygame
Please let me know if I can go ahead and create a PR for this addition.