Skip to content

smdhussain06/snakey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Modern Snake Game

A modern implementation of the classic Snake game built with Python and Pygame, featuring smooth animations and a sleek monochromatic design.

Features

  • Clean, modern monochromatic design
  • Smooth circular snake segments with gradient effects
  • Anti-aliased graphics for crisp visuals
  • Pulsating food animation
  • Screen wrap-around gameplay
  • Progressive difficulty
  • 1000x1000 pixel game window
  • Score tracking

Requirements

  • Python 3.x
  • Pygame

Installation

  1. Clone the repository:
git clone https://github.com/smdhussain06/snakey.git
cd snakey
  1. Install the required dependencies:
pip install -r requirements.txt

How to Play

Run the game:

python snake_game.py

Controls

  • Arrow keys to change direction
  • ESC to quit
  • SPACE to restart after game over

Game Rules

  • Control the snake to eat the food (grey circles)
  • Snake grows longer with each food eaten
  • Game ends if the snake collides with itself
  • Snake can pass through walls and appear on the opposite side
  • Score increases with each food eaten
  • Speed gradually increases as your score goes up

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Neck-deep in code and too lazy to install a full game? Check out this ultra-light snake game—it’s retro, loads in a flash, and gives you that perfect, chill break before you dive back into bug-slaying. Enjoy a quick laugh and some pixelated fun!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages