Skip to content

Brick-Breaker- Fun Project for developing programming knowledge

Notifications You must be signed in to change notification settings

sftmaruf/brick-breaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brick-Breaker-Game


Introduction

This is a game project for my "System Analysis And Design" Course. It's build for entertainment and expand my programming knowledge.


Technologies

  • Java 12 or 14
  • MSSQL-2014 12.0.2269.0
  • Design Pattern
    • Factory Method
    • Singleton
    • Facade

Launch

  • For run this project need to clone this repository in local machine.
  • Guest mode is usable without any modification.
  • For using feature like sign-in and sign-up user need to connect a database to the source code. In the source folder database file is included in database folder. User need to run it in MSSQL and connect it with the source code

Brick-Breaker

Main-Panel

main

Sign-Up Window

signup

Sign-In / Log-In Window

login

Menu

Menu

Game-Play Window

gamePlay

In-Playing_Mode

play

Lose the Match

looser

Win the Match

winner

Save High Score

highScore


Features

  • Sign-Up
  • Log-In
  • Guest Mode
  • Play/Pause
  • Highscore [Only for registered player]

Sources

This tutorial series assist me a lot. ! Joel Rogness

This project is totally open. Anyone can use it for their work. :-)