Git Product home page Git Product logo

clubgamma / pfh Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 55.29 MB

PFH { Play From Home } is an online gaming platform where you can play games while warming up your body. It is build by keeping in mind the health issues people are facing after not having regular exercise due to pandemic and getting addicted to screens. Every age group people can enjoy this just from there home

Python 96.80% Cython 0.44% C 2.12% C++ 0.48% Fortran 0.05% PowerShell 0.11% Batchfile 0.01%
flask game hacktoberfest hacktoberfest2022 opencv python

pfh's Introduction

PFH🕹

PFH { Play From Home } is an online gaming platform where you can play games while warming up your body. It is build by keeping in mind the health issues people are facing after not having regular exercise due to pandemic and getting addicted to screens. Every age group people can enjoy this just from there home

😇About the repository

This Repository is created on purpose to get open-source contribution and include the project on hacktoberfest 2022. As name suggest the repo belongs to an app created using flutter.

📢General Steps to follow while contributing:

Step Zero

  • Look for issues already submitted in the Issues tab, and comment "I want to work on this issue"
  • Wait till the owner of the repo assigns you the issue, and then your'e good to go
  • For one or more contributor on same issue best PR will be only merged.
  • If you want to add solution for a problem of your choice, "Create a new issue, submit and comment to work on the issue"

Step One

  • Once you are assigned the issue, fork the repo to your profile 🍴 by clicking the Fork button on the top right corner
  • Clone the repo to your local machine: $ git clone "your cloned repo URL" run the command in git bash on your PC/ Mac 💻
  • Now you can make the particular change or add something your own code in the file/folder
  • Add your name to the Contributors.md file (Just for sake of Tracking)

Step Two

  • After succesfully following the above steps, open Git Bash on your PC/ Mac.
  • Create a new branch and checkout the branch: $ git checkout -b "branchname" ( Always try to make changes on a new branch rather than directly on the master branch, which can corrupt the codebase while working on some high profile, complicated program)
  • Add files changed: $ git add .
  • Commit the changes: $ git commit -m "commit message" (commit message should be meaningful and precise, example: git commit -m "changing the css of home button")
  • Verify the code by testing on your side on emulator / real device according to your preference.
  • Push the changes to make a successful PR: $ git push origin your-branch-name
  • That's it 🎉💥

Building Python Project🐍

  • After you cloned the repo run python pfh.py in terminal of PFH folder.
  • Make changes changes according to issue assigned to you.

👀Make a Meaningful PR

  • Don't make a spam PR, if found you will be disqualified from Hacktoberfest
  • Try to understand the problem discussed in the issue
  • Make PR which is thoughtful
  • Don't forget to write your name on the Contributors.md file

Read the CONTRIBUTING.md to start your open source contribution.

Things to keep in mind

  • Before creating any Pull Request, please register yourself at Hacktoberfest's Official Website
  • If a maintainer reports behavior that’s not in line with the project’s code of conduct, then you will be ineligible to participate.
  • To get Digital Ocean swags, you just have to make minimum 4 PRs to any open source projects on GitHub
  • If a maintainer reports your pull request as spam, it will not be counted towards your participation in Hacktoberfest.

Contact Us

To know more about us, visit official website of Club Gamma.

To know more about how Club Gamma is going to celebrate Hacktoberfest, click here

If you want to add any feature or if you found a bug, feel free to open an issue

badge

pfh's People

Contributors

devarshidoshi avatar

Forkers

settler-av

pfh's Issues

Convert into Web App

Convert this project into web app using flask with embedding game on the same page

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.