The classical and nostalgic snake game made with python
Fork this repository
# Clone your fork
$ git clone your-fork-url
# Create a branch with your feature or the correction of bugs
$ git checkout -b my-branch
# Commit the changes
$ git commit -m 'feature/bugfix: my changes'
# Push to your branch
$ git push origin my-branch
After your pull request is merged, you can delete your branch.
# Have Fun!
$ python3 snake.py