jajodiaraghav / Snake

A simple game built using Python Pygame Library
20 stars 26 forks source link

Snakes without keyboard #31

Closed silversword05 closed 6 years ago

silversword05 commented 6 years ago

I can't resolve the conflict

jajodiaraghav commented 6 years ago

Did you go through the links I sent you? As I said earlier, You could never be a good contributor if you cannot use git, no matter how good are your coding skills.

silversword05 commented 6 years ago

Sir, I have resolved the conflicts. Please check.

jajodiaraghav commented 6 years ago

If I merge this PR, then the user will be forced to use a mouse to play the game, and the user who prefers a keyboard won't be able to play. Am I right?

silversword05 commented 6 years ago

never.Even you can use mouse and keyboard simultaneously.

jajodiaraghav commented 6 years ago

Thanks for the good work!

Some Advice:

  1. https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History
  2. Learn to use amend
  3. I saw the button list function has been added in this PR. But this PR should only be related to mouse feature. Always create separate PRs for every issue.