Skip to content

The classical nostalgic snake game made with python and pygame

Notifications You must be signed in to change notification settings

IsabelaCaldeira/SnakeGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 

Repository files navigation

🐍 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

Releases

No releases published

Packages

No packages published

Languages