Skip to content

"Physi-c-Tech" seems to be a play on words combining "physics" and "technology," , Where we create elements after adding two different elements.

License

Notifications You must be signed in to change notification settings

ChromeGaming/Physi-c-Tech

Repository files navigation

Community

Physi-c-Tech 💻

Welcome to the Physi-c-Tech project! We're building something amazing with love, brains, and responsibility. Our project aims to create a cutting-edge physics-based multiplayer game that combines fun and learning. Whether you're a seasoned developer or just starting, we would love for you to join us on this exciting journey.


How to Contribute 🟢

We’re excited to have you contribute to our project! Here’s how you can get started:

Using the Command Line

  1. Fork the repository: This creates a copy of the project in your GitHub account. Click the "Fork" button at the top right of this page.

  2. Clone the repository to your local machine:

    git clone https://github.com/<your-github-username>/Physi-c-Tech

    Replace <your-github-username> with your GitHub username.

  3. Add a remote upstream to the original repository: This ensures you can pull in changes from the main project.

    git remote add upstream https://github.com/GameSphere-MultiPlayer/Physi-c-Tech/
  4. Create a new branch: It's good practice to create a new branch for each feature or fix you work on.

    git checkout -b <your-branch-name>
  5. Make changes to the source code: Tweak, enhance, and improve!

  6. Add your changes: Stage the files you want to include in your commit.

    git add <file1> <file2> ...
  7. Commit your changes: Write a meaningful commit message.

    git commit -m "<your-commit-message>"
  8. Push your changes: Send your changes to GitHub.

    git push origin <your-branch-name>
  9. Create a pull request (PR): Go to your forked repository on GitHub and you’ll see a button to create a PR. Click it and submit your changes for review.

Using GitHub Desktop

  1. Open GitHub Desktop and log in to your GitHub account.

  2. Add your local repository:

    • Go to "File" > "Add Local Repository" and select your repository.
  3. Ensure you are on the correct branch:

    • Use the "Branch" menu to switch if necessary.
  4. Make and commit your changes:

    • Click the "+" button, make your changes, and enter a commit message.
  5. Push your changes:

    • Click the "Push origin" button.
  6. Create a pull request on GitHub:

    • Navigate to your fork of the repository and click "Compare & pull request".
  7. Review and submit your pull request:

    • Add a title and description, then click "Create pull request".

Note: In order to create a pull request, you must have a fork of the original repository in your GitHub account and have made changes in that forked repository.

Need Help?

If you encounter any issues or have questions, feel free to open an issue in the repository or contact us directly. We’re here to help you get started and make meaningful contributions.

Thank you for your interest in contributing to Physi-c-Tech! Together, we can build something incredible. 🚀

About

"Physi-c-Tech" seems to be a play on words combining "physics" and "technology," , Where we create elements after adding two different elements.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published