vijaygupta18 / Hacktoberfest-2022

An Open Source repository to Teach people How to contribute to open sources.
MIT License
96 stars 331 forks source link

Added Brick Breaker Game In Java Swing #526

Closed vaib-vaib closed 3 years ago

vaib-vaib commented 3 years ago

Developing Brick Breaker game using Java Swing. Swing provides the ability to create graphical user interface( GUI ) components. It is platform-independent and swing components are lightweight. So using Java Swing for this game development.