Skip to content

ivantse42/snake

 
 

Repository files navigation

snake

alt text

Code style: black

A snake game made with Pygame and Python3, still missing a lot of features.

Contribute

You can contribute by solving any of our open issues, or any other improvement you feel like doing!

  • Fork and clone the repository
  • Install the dev requirements with pip3 install -r dev-requirements.txt
  • Run pre-commit install. After every commit, pre-commit will use black to format the style of your code, keeping a consistent style for the whole project. If your files get reformatted, your changes(and black's) will stay staged and you'll have to commit again.
  • Code and test your functionality
  • Create a pull request

Install

About

A snake game made with Python3 and Pygame!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%