Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a grand score #13

Open
KnHn opened this issue Oct 22, 2017 · 2 comments
Open

Adding a grand score #13

KnHn opened this issue Oct 22, 2017 · 2 comments

Comments

@KnHn
Copy link

KnHn commented Oct 22, 2017

I have programmed a way to add a grand score of each player. After reaching the winning score, it'll increment whoever won +1 and display it on the gameOver screen.

However, I'm unable to push this code. This is the first time I have contributed to open source so I am a bit confused. Should I be able to just push the code or do I need to get access to this repo to start pushing? Any help would be greatly appreciated. Thanks!

@hamza765
Copy link
Contributor

@KnHn You need to fork the repo, make your commits, then open a pull request. At that point it is up to the original developers to decide whether or not to use your code.

@amitsagtani97
Copy link
Owner

@KnHn hi, Clone your forked repo then -->

  1. Create your branch: git checkout -b my-new-feature

  2. Commit your changes: git commit -m 'Add some feature'

  3. Push to the branch: git push origin my-new-feature

  4. Send a Pull Request

  5. Enjoy!

Don't hesitate to ask in case of any doubt :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants