Skip to content

A game that involves using a bouncing ball to break down bricks.

License

Notifications You must be signed in to change notification settings

CharlesMuvaka/BrickBreaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BrickBreaker

Brick breaker is a game aimed at practising 2D array manipulation and tree data structures. a plate moves from right to left hitting a ball upwards with the aim of breaking other bricks placed on the top side. The game ends when the ball hits the bottom surface while the player goes to another level after breaking all the top bricks.

Contributors

  • Charles Muvaka

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. Screenshot (6)

Prerequisites

  • Intellij / Eclipse / Netbeans IDE
  • SDKMan - To handle different java versions.
  • Java 11

2. Need help in

  • Moving to another level after all the top ball have been completed.
  • Making the game more visual appealing.
  • Increasing the speed of the ball on different levels

Installing

  • Fork the repo
  • Create a new branch
 $ git switch -c (improve-feature)
  • Make the required changes in the file.

  • Add changes to reflect the changes made.

  • Commit your changes.

    $ git commit -am (improve-feature)
    
  • Push to the branch

    $ git push origin (improve-feature)
    
  • Create a Pull Request

  • You can clone it it to your local machine to have it locally.

  • Clone this repository to a location in your file system.

  • Open terminal command line then navigate to the root folder of the application.

      $ git clone  https://github.com/CharlesMuvaka/BrickBreaker.git
      $ cd ../path/to/the/file
    
    

Built With

  • Java core

Dependencies

  • Java AWT

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • Charles Muvaka - Initial work - LinkedIn

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About

A game that involves using a bouncing ball to break down bricks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages