Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 223 KB

README.md

File metadata and controls

40 lines (23 loc) · 223 KB

snake-game

This is a snake game project where user can control the snake using wsad or arrow keys.

Screenshots

App Screenshot

Installation and Deployment

To run this project, do the following:

  # get your favorite linux distro up and running
  # make sure to have a working python environment
  # and pygame installed
  # clone the repo
  # navigate to the directory where the repo is located

Then run:

  $ python3 snake.py

Feedback

If you have any feedback, please reach out to me at [email protected]

License

GPL-3.0