Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 567 Bytes

File metadata and controls

29 lines (20 loc) · 567 Bytes

🐍 Snake Game

The classical and nostalgic snake game made with python

🤔 Do you want to add a feature or fix a bug?

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.

⚡ To execute the game:

# Have Fun!
$ python3 snake.py