Snake game made in python using pygame
## Getting StartedRun 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
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
- pygame
- python 3
- Shriram Ravindranathan - Initial work,Logic - notshriram
- Vijith K - logic Debugging,Python debugging - vijithbabloo7
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details