Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.16 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.16 KB

ToyBox

Overview

ToyBox is a GUI desktop game application which let users play either brick breaker game or tic tac toe game. Each game score is stored and displayed at a history page.
I worked on the brick breaker game, database, and design. (team of 2)

toybox top imagetoybox history page image


Brick Breaker

Brick Breaker is a simple game that the player smash the wall of bricks by deflecting a bouncing ball with a paddle.
The paddle move horizontally and is controlled with the right/left arrow keys on the key board. In addition, the length of paddle may get shorter.
When the player breaks the half number of bricks, the speed of ball gets faster.
Yellow bricks have double points of green bricks.
When all the bricks have been destroyed, the player win. Otherwise, the player lose and game is over.
The player can play again by pressing the enter key.

Github demo.gif

Major Technologies

  • Java
  • JavaFX
  • IntelliJ
  • Git
  • SQLite