Skip to content

Reviving the Nokia's classic snake game using pygame. Navigate, devour, and grow your snake in this addictive classic game.

License

Notifications You must be signed in to change notification settings

dev-shuvo/Classic-Snake-PyGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classic Snake Game

Reviving the Nokia's classic snake game using pygame . Navigate, devour, and grow your snake in this addictive classic game.


Preview


Requirements

  • Python 3.11 or higher

  • Git Bash (Optional)


Installation

Open cmd or bash in the project directory.

Install Python virtual environment

pip install virtualenv

Create a virtual environment

virtualenv env_name

Activate virtual environment

On Mac and Linux (Also if you are using bash on Windows)

source env_name/bin/activate

On Windows (If you are using cmd)

.\env_name\Scripts\activate

Install dependencies

pip install -r requirements.txt

Run Locally

python main.py

License

MIT

About

Reviving the Nokia's classic snake game using pygame. Navigate, devour, and grow your snake in this addictive classic game.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages