Giter Site home page Giter Site logo

java-game-brick-breaker_gssoc's Introduction

Brick Breaker

Open Source Love PRs Welcome GitHub forks GitHub Repo stars GitHub contributors GitHub last commit GitHub repo size GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests

Table of Contents 🧾

Introduction📌

Brick Breaker is a classic arcade game where the player controls a paddle to bounce a ball and break bricks on the screen. This project is implemented in Java, using Swing for the graphical user interface. It includes features such as multiple levels, score tracking, and collision detection, providing a fun and challenging experience.

Technology Used 🚀

Java

Getting Started 💥

How to Make a PR in a Project 🟢

If you are interested in contributing to this project, here's how you can get started:

  1. Fork the Repo: Fork the repository to your GitHub account.

  2. Clone the Repo: Clone the forked repository to your local machine using the following command:

    git clone https://github.com/<your-github-username>/Community-Page
  3. Add a Remote Upstream: Add a remote upstream to the original repository with the following command:

    git remote add upstream https://github.com/Durgesh4993/Community-Page/
  4. Create a New Branch: Create a new branch for your changes with the following command:

    git checkout -b <your-branch-name>
  5. Make Changes: Make changes to the source code.

  6. Add Your Changes: Add your changes using the following command:

    git add <File1 changed> <File2 changed> ...
  7. Commit Your Changes: Commit your changes with a descriptive message:

    git commit -m "<your-commit-message>"
  8. Push Your Changes: Push your changes to your forked repository:

    git push origin <your-branch-name>
  9. Create a PR: Create a pull request from your forked repository to the original repository.

Contributing Guidelines 📑

Contributions are welcome! Please fork the repository and create a pull request with your changes.

Fork the Project

Create your Feature Branch (git checkout -b feature/AmazingFeature)

Commit your Changes (git commit -m 'Add some AmazingFeature')

Push to the Branch (git push origin feature/AmazingFeature)

Open a Pull Request

Code Of Conduct 📑

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [project email].

Contributors⚡

Thank you for contributing to our project! We appreciate your help in making the Brick Breaker Game even better. 😃

Red Heart Emoji

License

License

This project is licensed under the MIT License.

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.