From 9aa20aec70350dfabcd93b2e7a21e54c6ddc6f08 Mon Sep 17 00:00:00 2001 From: Pavitraa G <100479594+pavitraag@users.noreply.github.com> Date: Fri, 17 May 2024 20:15:04 +0530 Subject: [PATCH 1/7] Create README.md --- README.md | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a05402f --- /dev/null +++ b/README.md @@ -0,0 +1,102 @@ +## Brick Breaker Java Game + +![Open Source Love](https://img.shields.io/badge/Open%20Source-%E2%9D%A4-red.svg) +![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg) +![Visitors](https://visitor-badge.glitch.me/badge?page_id=yourusername.brick-breaker) +![GitHub forks](https://img.shields.io/github/forks/yourusername/brick-breaker.svg?style=social&label=Fork) +![GitHub Repo stars](https://img.shields.io/github/stars/yourusername/brick-breaker.svg?style=social&label=Stars) +![GitHub contributors](https://img.shields.io/github/contributors/yourusername/brick-breaker) +![GitHub last commit](https://img.shields.io/github/last-commit/yourusername/brick-breaker) +![GitHub repo size](https://img.shields.io/github/repo-size/yourusername/brick-breaker) +![GitHub issues](https://img.shields.io/github/issues/yourusername/brick-breaker) +![GitHub closed issues](https://img.shields.io/github/issues-closed/yourusername/brick-breaker) +![GitHub pull requests](https://img.shields.io/github/issues-pr/yourusername/brick-breaker) +![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/yourusername/brick-breaker) + +## Table of Contents 🧾 +- [Introduction📌](#introduction) +- [Technology Used🚀](#technology-used) +- [Overview⭐](#overview) +- [Getting Started💥](#getting-started) +- [Contributing Guidelines📑](#contributing-guidelines) +- [Code Of Conduct📑](#code-of-conduct) +- [Project Admin⚡](#project-admin) +- [Contributing is Fun🧡](#contributing-is-fun) + +## About Our Project +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](https://img.shields.io/badge/Java-%23ED8B00.svg?&style=for-the-badge&logo=java&logoColor=white) + +## 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: + + ```bash + git clone https://github.com//Community-Page + ``` + +3. **Add a Remote Upstream:** Add a remote upstream to the original repository with the following command: + + ```bash + 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: + + ```bash + git checkout -b + ``` + +5. **Make Changes:** Make changes to the source code. + +6. **Add Your Changes:** Add your changes using the following command: + + ```bash + git add ... + ``` + +7. **Commit Your Changes:** Commit your changes with a descriptive message: + + ```bash + git commit -m "" + ``` + +8. **Push Your Changes:** Push your changes to your forked repository: + + ```bash + git push origin + ``` + +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]. + +## Project Admin ⚡ + + +## License + +[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) + +This project is licensed under the [MIT License](./LICENSE). + +## Contributing is Fun 🧡 +We believe that contributing to open source projects should be an enjoyable experience. Thank you for considering contributing to Brick Breaker! From 3934a1a1e2a63ffcaad070e5fee2d98366393a14 Mon Sep 17 00:00:00 2001 From: Pavitraa G <100479594+pavitraag@users.noreply.github.com> Date: Fri, 17 May 2024 20:17:49 +0530 Subject: [PATCH 2/7] Update README.md --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a05402f..b0207bd 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,17 @@ ![Open Source Love](https://img.shields.io/badge/Open%20Source-%E2%9D%A4-red.svg) ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg) -![Visitors](https://visitor-badge.glitch.me/badge?page_id=yourusername.brick-breaker) -![GitHub forks](https://img.shields.io/github/forks/yourusername/brick-breaker.svg?style=social&label=Fork) -![GitHub Repo stars](https://img.shields.io/github/stars/yourusername/brick-breaker.svg?style=social&label=Stars) -![GitHub contributors](https://img.shields.io/github/contributors/yourusername/brick-breaker) -![GitHub last commit](https://img.shields.io/github/last-commit/yourusername/brick-breaker) -![GitHub repo size](https://img.shields.io/github/repo-size/yourusername/brick-breaker) -![GitHub issues](https://img.shields.io/github/issues/yourusername/brick-breaker) -![GitHub closed issues](https://img.shields.io/github/issues-closed/yourusername/brick-breaker) -![GitHub pull requests](https://img.shields.io/github/issues-pr/yourusername/brick-breaker) -![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/yourusername/brick-breaker) +![Visitors](https://visitor-badge.glitch.me/badge?page_id=awaismirza.brick-breaker) +![GitHub forks](https://img.shields.io/github/forks/awaismirza/brick-breaker.svg?style=social&label=Fork) +![GitHub Repo stars](https://img.shields.io/github/stars/awaismirza/brick-breaker.svg?style=social&label=Stars) +![GitHub contributors](https://img.shields.io/github/contributors/awaismirza/brick-breaker) +![GitHub last commit](https://img.shields.io/github/last-commit/awaismirza/brick-breaker) +![GitHub repo size](https://img.shields.io/github/repo-size/awaismirza/brick-breaker) +![GitHub issues](https://img.shields.io/github/issues/awaismirza/brick-breaker) +![GitHub closed issues](https://img.shields.io/github/issues-closed/awaismirza/brick-breaker) +![GitHub pull requests](https://img.shields.io/github/issues-pr/awaismirza/brick-breaker) +![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/awaismirza/brick-breaker) + ## Table of Contents 🧾 - [Introduction📌](#introduction) From 0f2ceac9a2e16b2825d4ee0c65b21580464e807c Mon Sep 17 00:00:00 2001 From: Pavitraa G <100479594+pavitraag@users.noreply.github.com> Date: Fri, 17 May 2024 20:23:43 +0530 Subject: [PATCH 3/7] Update README.md --- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b0207bd..56ae683 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,19 @@ -## Brick Breaker Java Game +## Brick Breaker + ![Open Source Love](https://img.shields.io/badge/Open%20Source-%E2%9D%A4-red.svg) ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg) ![Visitors](https://visitor-badge.glitch.me/badge?page_id=awaismirza.brick-breaker) -![GitHub forks](https://img.shields.io/github/forks/awaismirza/brick-breaker.svg?style=social&label=Fork) -![GitHub Repo stars](https://img.shields.io/github/stars/awaismirza/brick-breaker.svg?style=social&label=Stars) -![GitHub contributors](https://img.shields.io/github/contributors/awaismirza/brick-breaker) -![GitHub last commit](https://img.shields.io/github/last-commit/awaismirza/brick-breaker) -![GitHub repo size](https://img.shields.io/github/repo-size/awaismirza/brick-breaker) -![GitHub issues](https://img.shields.io/github/issues/awaismirza/brick-breaker) -![GitHub closed issues](https://img.shields.io/github/issues-closed/awaismirza/brick-breaker) -![GitHub pull requests](https://img.shields.io/github/issues-pr/awaismirza/brick-breaker) -![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/awaismirza/brick-breaker) +![GitHub forks](https://img.shields.io/github/forks/awaismirza/Java-Game-Brick-Breaker.svg?style=social&label=Fork) +![GitHub Repo stars](https://img.shields.io/github/stars/awaismirza/Java-Game-Brick-Breaker.svg?style=social&label=Stars) +![GitHub contributors](https://img.shields.io/github/contributors/awaismirza/Java-Game-Brick-Breaker) +![GitHub last commit](https://img.shields.io/github/last-commit/awaismirza/Java-Game-Brick-Breaker) +![GitHub repo size](https://img.shields.io/github/repo-size/awaismirza/Java-Game-Brick-Breaker) +![GitHub issues](https://img.shields.io/github/issues/awaismirza/Java-Game-Brick-Breaker) +![GitHub closed issues](https://img.shields.io/github/issues-closed/awaismirza/Java-Game-Brick-Breaker) +![GitHub pull requests](https://img.shields.io/github/issues-pr/awaismirza/Java-Game-Brick-Breaker) +![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/awaismirza/Java-Game-Brick-Breaker) + ## Table of Contents 🧾 From 25e694fda6fcbdefb0c37c1f927670a70aca2f26 Mon Sep 17 00:00:00 2001 From: Pavitraa G <100479594+pavitraag@users.noreply.github.com> Date: Fri, 17 May 2024 20:25:05 +0530 Subject: [PATCH 4/7] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 56ae683..911bf28 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ ![Open Source Love](https://img.shields.io/badge/Open%20Source-%E2%9D%A4-red.svg) ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg) -![Visitors](https://visitor-badge.glitch.me/badge?page_id=awaismirza.brick-breaker) ![GitHub forks](https://img.shields.io/github/forks/awaismirza/Java-Game-Brick-Breaker.svg?style=social&label=Fork) ![GitHub Repo stars](https://img.shields.io/github/stars/awaismirza/Java-Game-Brick-Breaker.svg?style=social&label=Stars) ![GitHub contributors](https://img.shields.io/github/contributors/awaismirza/Java-Game-Brick-Breaker) From f69cf6e2c2dd4a27b8901ef20617fbda0d98eb33 Mon Sep 17 00:00:00 2001 From: Pavitraa G <100479594+pavitraag@users.noreply.github.com> Date: Fri, 17 May 2024 20:30:21 +0530 Subject: [PATCH 5/7] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 911bf28..78353b5 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,14 @@ 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]. -## Project Admin ⚡ +## Contributors⚡ + +Thank you for contributing to our project! We appreciate your help in making the Brick Breaker Game even better. 😃 + +![Red Heart Emoji](https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Smilies/Red%20Heart.png) + +[![Contributors](https://contrib.rocks/image?repo=awaismirza/Java-Game-Brick-Breaker)](https://github.com/awaismirza/Java-Game-Brick-Breaker/graphs/contributors) + ## License From bb951aa0dca8267253a28d226a01f2338aa9c5a1 Mon Sep 17 00:00:00 2001 From: Pavitraa G <100479594+pavitraag@users.noreply.github.com> Date: Fri, 17 May 2024 20:35:01 +0530 Subject: [PATCH 6/7] Update README.md --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 78353b5..a02ab61 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,9 @@ - [Getting Started💥](#getting-started) - [Contributing Guidelines📑](#contributing-guidelines) - [Code Of Conduct📑](#code-of-conduct) -- [Project Admin⚡](#project-admin) -- [Contributing is Fun🧡](#contributing-is-fun) +- [Contributors⚡](#contributors) +- [License 📝](#license) + ## About Our Project 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. @@ -84,8 +85,11 @@ Contributions are welcome! Please fork the repository and create a pull request ## 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 📑 @@ -97,9 +101,6 @@ Thank you for contributing to our project! We appreciate your help in making the ![Red Heart Emoji](https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Smilies/Red%20Heart.png) -[![Contributors](https://contrib.rocks/image?repo=awaismirza/Java-Game-Brick-Breaker)](https://github.com/awaismirza/Java-Game-Brick-Breaker/graphs/contributors) - - ## License @@ -107,5 +108,3 @@ Thank you for contributing to our project! We appreciate your help in making the This project is licensed under the [MIT License](./LICENSE). -## Contributing is Fun 🧡 -We believe that contributing to open source projects should be an enjoyable experience. Thank you for considering contributing to Brick Breaker! From e602e2730b096844b59ded93f392786bc9b545f6 Mon Sep 17 00:00:00 2001 From: Pavitraa G <100479594+pavitraag@users.noreply.github.com> Date: Fri, 17 May 2024 20:48:43 +0530 Subject: [PATCH 7/7] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a02ab61..688aee8 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ ## Table of Contents 🧾 - [Introduction📌](#introduction) - [Technology Used🚀](#technology-used) -- [Overview⭐](#overview) - [Getting Started💥](#getting-started) - [Contributing Guidelines📑](#contributing-guidelines) - [Code Of Conduct📑](#code-of-conduct) @@ -26,7 +25,7 @@ - [License 📝](#license) -## About Our Project +## 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 🚀