Giter Site home page Giter Site logo

breakoutclone's Introduction

BreakOut Clone

A java based game of the popular early 1980s atari game BreakOut developed for CS 03 - Introduction to Java class.

Get Started

The game is divided between 7 java files being the following:

  • Gaem.java:
    • Main file in which the window is initializes the board.
  • Ball.java:
    • File that contains all the logic for the ball.
  • Board.java:
    • Contains all the logic of the game board. It sets up all the bricks for the game as well as the ball and paddle.
    • Handles the painting of objects of the game as well
  • Brick.java:
    • Contains the logic of each brick
  • Paddle.java:
    • Contains the logic of the paddle
  • Sprite.java:
    • Each object gets inherited from this to handle positioning
  • Title.java:
    • Was going to be the title.

Known Bugs

These are the known bugs that I have seen appear in the game.

  1. Executing the .jar file will output errors stating that it can not find the image files to load the game.
  2. Executing the project in either Netbeans or Eclipse will delete the images folder under "./build/classes/images". A backup folder with the images is located at "./src/images"
  3. While executing the game there is a small possibility that the ball will go out of bounds (pass the left or right walls). After a while it will display "Game Over"
  4. Menu bar might appear invisible until you click on it.
  5. Ball might not bounce in the direction you anticipated (specifically the paddle).

Release History

  • 1.0.0 - December 2015
    • Completed the board, tiles, paddle, and ball.

Built With

  • Netbeans - used for development of game

Contributing

  1. Not accepting anyone at the moment

Authors

  • Roberto Sanchez - Initial work - Zyxel-1

License

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

breakoutclone's People

Contributors

rsanchez-dv avatar

Watchers

 avatar

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.