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)
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.
- Java
- JavaFX
- IntelliJ
- Git
- SQLite