Skip to content

vijith07/Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Snake

Snake game made in python using pygame

drawing

## Getting Started

Run the /snake.py file using python3 to play the game

KEY BINDINGS

  • ARROW KEYS = Movement
  • keyboard b = Toggle bot
  • keyboard e = increase level
  • keyboard q = decrease level

Prerequisites

You need pygame,numpy and random packages installed in order to run this. you can get those by running the following script in bash:

$ pip install pygame
$ pip install numpy

Built With

  • pygame
  • python 3

Authors

  • Shriram Ravindranathan - Initial work,Logic - notshriram
  • Vijith K - logic Debugging,Python debugging - vijithbabloo7

See also the list of contributors who participated in this project.

License

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

About

Snake game in python using pygame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages