Skip to content

This is a simple and typical snake game developed using Python.

License

Notifications You must be signed in to change notification settings

Tanmoytkd/Simple-Snake-Game

 
 

Repository files navigation

To play this game follow these instructions:

  1. Install Python on your PC. You can install and download it from here - http://www.python.org.

  2. Now you've to install Pygame and other dependencies. Run the following command in the project directory

     pip install --user -r requirements.txt
    
  3. Run the python script "snake_game.py". To run from the terminal/command prompt run the following command

     python snake_game.py
    
  4. The game will start.

  5. Play as the instructions say.

About

This is a simple and typical snake game developed using Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%