codezoned / ScriptsDump

The biggest dump of scripts ever!
http://www.codezoned.com/
143 stars 173 forks source link

Snake Game using Python #244

Closed bislara closed 3 years ago

bislara commented 3 years ago

Program to play the snake game which we used to play in childhood where the snake moves to eat the apple and once it eats, its length increases. It will be having background music playing as well as a different sound when the snake dies or eats an apple. It also shows the score of the user in the bottom. We can convert it to a binary executable file.

master-fury commented 3 years ago

Hey @bislara , Please put your scripts into the existing structure. If you think your scripts don't fit any category, then please raise a new issue. Thanks and I'm closing your issue for now.

bislara commented 3 years ago

Hey, @master-fury You had a games folder in your repo. That's the reason I created this issue. So, I couldn't get the problem?

bislara commented 3 years ago

Also, I haven't written any script till now. I couldn't get what you mean.

master-fury commented 3 years ago

Hey @bislara , you misunderstood what I said, this repo has a structure (like machine learning, algo, ds etc. )and whenever you want to add your scripts to them raise a PR so that we can review and merge it. You can mention the issue in your PR template. Creating a new issue every time for a specific script is hard and also it will make things messy. That's why we keep our issues always open. Imagine a situation where we ask the community to drop the scripts related to sorting, we have to create 10+ issues and then check on them, but rather we prefer to create one and let people add more and more and we review it directly. No need to create an issue for specific scripts. Prefer creating an issue for a category. If you still have confusion or doubt, please ask. I'm here to help.