0% found this document useful (0 votes)
136 views4 pages

Breakout Ball Game Report

Uploaded by

paidakularishith
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
136 views4 pages

Breakout Ball Game Report

Uploaded by

paidakularishith
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Breakout Ball Game in Java

Submitted in partial fulfillment of the requirements for the award of B.Tech in Computer
Science and Engineering

By

Your Name

Department of Computer Science and Engineering

B.Tech

2023-24
Certificate
This is to certify that the project work entitled

“Breakout Ball Game in Java”

is a bonafide work carried out by

Your Name

in partial fulfillment of the requirements for the award of B.Tech degree in Computer
Science and Engineering from [Your University] during the academic year 2023-24.

Project Guide Signature

Head of Department Signature


Acknowledgements
First of all, I would like to thank my project guide, [Guide's Name], for giving me this
opportunity to work on this project. Their guidance and support were invaluable
throughout the project. I also want to thank all the faculty and staff of the CSE
department for their assistance. Lastly, I extend my gratitude to my family and friends for
their constant encouragement.

Declaration
I hereby declare that the work presented in this project report titled “Breakout Ball Game
in Java” is original and has been carried out by me in partial fulfillment of the
requirements for the award of B.Tech degree in Computer Science and Engineering from
[Your University]. This work has not been submitted to any other institution for the
award of any degree or diploma.

Abstract
This project focuses on the development of a Breakout Ball Game using Java. The game
involves a ball bouncing around the screen, breaking bricks with a paddle that the player
controls. This project explores Java's capabilities in game development, including
graphics and event handling. The aim is to create an interactive and engaging game that
demonstrates various programming concepts and techniques.

Table of Contents
List of Figures
List of Tables
Abstract
Chapter 1: Introduction
Chapter 2: Literature Review
Chapter 3: System Study
Chapter 4: System Design
Chapter 5: Implementation Details
Chapter 6: System Testing
Chapter 7: Screenshots
Chapter 8: Conclusion
References

List of Figures
Fig 1.1: Breakout Ball Game Architecture
Fig 2.1: UML Diagram

Fig 3.1: Use Case Diagram

Fig 4.1: Activity Diagram

Fig 5.1: Class Diagram

Fig 6.1: Screenshot - Main Menu

Fig 6.2: Screenshot - Gameplay

List of Tables
Table 1.1: System Requirements

Table 2.1: Module Description

Table 3.1: Test Cases

Chapter 1: Introduction
This chapter provides an overview of the Breakout Ball Game project. The objective of
this project is to develop an interactive game using Java that incorporates basic game
mechanics such as collision detection, game loop, and event handling. The game is
designed to be both entertaining and educational, demonstrating the practical application
of Java programming skills.

You might also like