Skip to content

A snake game written in python that utilizes the pygame library.

Notifications You must be signed in to change notification settings

xmoonanx/Snake-Game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake-Game 🐍

A snake game written in python that utilizes the pygame library.

Contribution Guidelines

Setup

In order to contribute to this open source project repository, you must have Python installed (version 2.7 or higher). Once you have Python installed, install Pip for Python. After that install Pygame.

  • Check your version of Python by entering the following in a terminal window/command-line or command prompt:
    python --version
    
  • To install Pip for Python enter the following in a terminal window/command-line or command prompt:
    sudo apt install python-3 pip
    
  • To install Pygame enter the following in a terminal window/command-line or command prompt:
    pip install pygame
    

The final step is to change the snake.py file to have executable permission.

  • In order to do this enter the following in a terminal window/command-line or command prompt:
    chmod u+x snake.py
    

How To Contribute

  1. Choose an issue you'd like to work on and make a comment on it.
  2. Fork the project repository.
  3. Commit changes you've made to the forked repository.
  4. Create a pull request with a brief description of the changes you made.
  5. If there are no merge conflicts and if the issue has been resolved, the pull request will be accepted.

Coding Standards

About

A snake game written in python that utilizes the pygame library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%