Skip to content

Sinjini46/Hacktoberfest21

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨Hacktoberfest'21✨

🌟Contributing In Hacktoberfest🌟

A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.

https://hacktoberfest.digitalocean.com/


⚠️ What can You contribute ⚠️

  • The code in the repo is the code for hangman game. 👽
  • All you need to do is add a word to the file hangman_world.py. 👽

Screenshot 2021-10-04 102208

  • Follow me on Github GitHub followers

☄️ Process are as follows ☄️

  • Login using github @ Hacktoberfest
  • Create four valid pull requests (PRs) between 1st - 31st October

💫 How to Contribute to this repository 💫

  • Fork the repository (Click the Fork button in the top right of this page, click your Profile Image).
  • Add/Create your project to the specific folder as described in what you can contribute section.
  • Go to contribute.
  • Make a pull request.
  • Star this repo.

OR

  • Fork the repository (Click the Fork button in the top right of this page, click your Profile Image).

  • Clone the forked repository to your local machine.

    git clone https://github.com/your-username/REPONAME.git
    
  • Add/Create your project to the specific folder as described in what you can contribute section.

  • Push the changes.

    git add .
    git commit -m "Your commit Message"
    
  • Make a Pull Request(PR).

  • Star this repo.


⚡ Little Description About The Game ⚡

  • Hangman is an old school favorite, a word game where the goal is simply to find the missing word or words.
  • You will be presented with a number of blank spaces representing the missing letters you need to find.
  • Use the keyboard to guess a letter (I recommend starting with vowels).
  • If your chosen letter exists in the answer, then all places in the answer where that letter appear will be revealed.
  • After you've revealed several letters, you may be able to guess what the answer is and fill in the remaining letters.
  • Be warned, every time you guess a letter wrong you loose a life and the hangman begins to appear, piece by piece.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.5%
  • Java 10.5%