douglascdev / snake

A snake game made with Python3 and Pygame!

Home Page:https://www.pygame.org/project/5080

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snake

alt text

Code style: black

A snake game made with Pygame and Python3, still missing some features.

Contribute

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

  • Fork the repository and clone your fork using git
  • Create a new branch for your changes
  • 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. You can also run black . to reformat the files, or black . --check to see if there is anything that needs to be reformated.
  • Code and test your functionality
  • Create a pull request

Install

About

A snake game made with Python3 and Pygame!

https://www.pygame.org/project/5080

License:Apache License 2.0


Languages

Language:Python 100.0%