Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 991 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 991 Bytes

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