Skip to content

The Classic Snake Game 2D built using the Turtle Module.

Notifications You must be signed in to change notification settings

iwtga/Snake-Game-2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake-Game-2D

The Classic Snake Game 2D built using the Turtle Module.

Setup for Snake-Game-2D

1. Clone App

 $ git clone [email protected]:iwtga/Snake-Game-2D.git

2. Run Locally

$ python snake_game.py  

Want to Contribute?

To start contributing, follow the below guidelines:

1. Fork this repository.

2. Clone your forked copy of the project.

 $ git clone https://github.com/<your_user_name>/Snake-Game-2D.git

3. Checkout into a new branch

 $ git checkout -b <branch_name>

4. Make your changes

5. Add and commit your changes

 $ git add . && git commit -m "<your_message>"

6. Push Code to Github under your branch

 $ git push origin <branch_name>  

About

The Classic Snake Game 2D built using the Turtle Module.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages