Closed jcxldn closed 6 years ago
I want to contribute to this issue. Please tell me if I am correct, (1) I will fork this repository (2) I will clone it into my personal Computer (3) I will add new directory named python_game (4) Create a new python file which will be our python game (5) Commit those changes (6) Push the changes to my repo (7) Make a pull request in GitHub
I am asking this because, I see in some issues, if someone has worked on that issue, their works is shown on that issue, but in my case, I am just making changes my way and pushing them, how people are supposed to know that I have solved a particular issue when I submit a pull request? Thanks in advance
@ruchit2801
When you submit a Pull Request, you can refrence the issue by adding something like #22. Where the number after the #
is the issue or pull request you would like to reference.
To contribute you can:
programs
directory for your python game (you might want to name it after the game that you are making)When creating your pull request, be sure to tick the Allow edits from maintainers
box as it means I can commit to your fork to help with anything you might get stuck on.
Good Luck!
Okay! What kind of game is supposed to be created. I mean game that can be played in terminal based on inputs and outputs from user( I learned one while learning python)?
Hello @Prouser123,
I have implemented a snake ladders game. Please have a look at # 30. let me know if you need any modification on the same.
Hacktoberfest 2018 has now ended. This issue will now be closed, but you are still free to work on this if you please.
Challenge: Create a game in Python (e.g. Hangman or Snake) and submit a pull request for Hacktoberfest.