GithubHelp home page GithubHelp logo

priyadarshan2000 / hacktoberfest-2021 Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 40.0 14.48 MB

🚀 Curated collection of HACKTOBERFEST 2022

Home Page: https://github.com/Priyadarshan2000/Hacktoberfest_2k22

License: MIT License

Python 19.78% C++ 32.23% C 28.12% Shell 0.60% Kotlin 3.27% Jupyter Notebook 9.17% Solidity 3.98% HTML 1.46% CSS 0.24% JavaScript 1.15%
python python-script hacktoberfest hacktoberfest2021 github open-source javascript html css web project blockchain big-data solidity hacktoberfest-accepted hacktoberfest2022

hacktoberfest-2021's Introduction

Send PULL REQUESTS Below mentioned Repository👇🏻

image

Hi HACKTOBERFEST 2021 IS HERE ‼️‼️‼️

🎭 What is Hacktoberfest ?

♦️ Hacktoberfest is a month-long challenge. It happens every year in the month of October. Hacktoberfest is open to everyone and it marks the celebration of Open Source. It's the biggest Open Source event that encourages newbies to participate in Open Source and create their 1st meaningful PR.

🏆 🏆 Rewards : 🏆🏆

You get some awesome goodies which include A limited-edition T-shirt for FREE! and some stickers.

🤔🤔How can you Join ❔❔

Navigate to the link below 👇 👇 and follow the instructions ✔️ ✔️

https://hacktoberfest.digitalocean.com/register

Excited ⁉️ 🤩 🤩 🤩

To add your contributions towards opensource community and grab the oppurtunity:smiley: :smiley::smiley:

Then lets start with this repository.

Head down ⬇️ ⬇️ ⬇️ to see how to get started with the repo and follow the guidelines 🎯 🎯 🎯

⚠️Rules ❕ ❕ 😼 😼 😼:

✅ Pull requests can be submitted to any opted-in repository on GitHub or GitLab.

✅ The pull request must contain commits you made yourself.

✅ If a maintainer reports your pull request as 'spam' or 'invalid', it will not be counted toward your participation in Hacktoberfest.

✅ If a maintainer reports behaviour that’s not in line with the project’s code of conduct, you will be ineligible to participate.

✅ To get a shirt, you must make four approved pull requests (PRs) on opted-in projects between October 1-31 in any time zone. This year, the first 55,000 participants can earn a T-shirt.

⚠️What not to do ❗ ❗ 😤 😤

❌ PRs that are automated (e.g. scripted opening PRs to remove whitespace/optimize images)

❌ PRs that are disruptive (e.g. taking someone else’s branch/commits and making a PR)

❌ PRs that are regarded by a project maintainer as a hindrance vs. helping

❌ Something that’s clearly an attempt to simply +1 your PR count for October

Steps to setup this Repository Locally 🧐 🧐🧐


1️⃣ Fork this repository to your account. 😳 😳


PicsArt_10-04-08 04 45


2️⃣ Go to Git Bash and Clone the forked repository ⌨️ ⌨️ :


   $ git clone https://github.com/your_username/make-pull-request

3️⃣ Add a remote (upstream) to original project repository:

$ cd <cloned-folder> $ git remote add upstream https://github.com/Priyadarshan2000/HACKTOBERFEST-2021.git


4️⃣ Now synchronize your forked repo:

It will help you to keep your forked repo updated with the original repo

$ git checkout main

$ git fetch upstream

$ git merge upstream/main

$ git push origin main


5️⃣Now create a new branch 🧵:

$ git checkout -b <feature-branch>


6️⃣Open the folder in your favourite code editor and add your changes or modifications.


Creating a PR 😱 😱 😱 😱 :

🔺 After making changes or modification on to your code locally, you need to add these files to the staging area.

  $ git add --all

🔺 Once files added, you need to commit the changes to with an appropriate commit message.

  $ git commit -m "<your-message>"

🔺 After commiting the changes, you need to push the changes

   $ git push origin <your-created-branch-name>

🔺 Once you push the changes to your repository, the Compare & pull request button will appear in GitHub.

🔺 Click it and you'll be taken to this screen

🔺 Type a proper description and give the PR an appropriate title. Finally, Open a pull request by clicking the Create pull request button.

That's it. You have opened a PR. Wait for it to get merged. 🥳 🥳 🥳

✨ Contributors

Thanks goes to these Wonderful People 👨🏻‍💻: 🚀 Contributions of any kind is welcome!

🎊 🎊 🎆 🎆 Thanks for your Contribution!! 💥 💥 💥 💘 💘

GIF

📭 📭 You can connect for any query (or can also ask by raising issue)❕ ❕ ❕

Thanks

hacktoberfest-2021's People

Contributors

alfa11917676 avatar amitbanerjee1999 avatar ankitsen987 avatar anuragmukherjee2001 avatar anyx30 avatar atig05 avatar debdisha avatar devbhuti-nandik avatar gouravmajumder avatar jubitjohn avatar klasinky avatar mohit-kukreja-2002 avatar nikita0954 avatar nilayan007 avatar paramita249 avatar pragati-kalra avatar priyadarshan2000 avatar priyanshuchatterjee avatar raktimbar100 avatar riddhibandyopadhyay avatar sarthak-8 avatar sayan-kundu2001 avatar shreyaghoshshreya avatar simence13 avatar srijan-mukherjee01 avatar suvoji01 avatar thisissaptarshi avatar vikash485 avatar vishalsharma8910 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

hacktoberfest-2021's Issues

Space War Game

My name is Anurag Mukherjee, a participant of Hacktober Fest'21.

Aim

A space war game made purely with python.

Details

Rules and features of the game:

  1. There is a Spaceship, which is the main hero of the game.
  2. You can control the hero using the left and right arrow keys in your keyboard.
  3. Press space bar to shoot the enemies.
  4. Each time you shoot an enemy, your score will increase by 1.
  5. If the enemy touches you, the game will be over.

Modules will be used in this script:-

  1. pygame
  2. mixer from pygame
  3. random
  4. math

Preview of this game

ezgif com-video-to-gif

I will write clean and easy to understand code. Please assign this issue to me.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.