miguelf03kai / Snake-Game

The classical nostalgic snake game made with python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐍 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

About

The classical nostalgic snake game made with python


Languages

Language:Python 100.0%