Skip to content

Commit

Permalink
Final: Game working & enhanced
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Nov 23, 2024
1 parent 9434058 commit 60ac9a0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Table of Contents

- [Overview](#overview)
- [How to Play](#how-to-play)
- [User Interface](#user-interface)
- [Welcome Screen](#welcome-screen)
- [Game Interface](#game-interface)
Expand All @@ -21,6 +22,14 @@

The Bouncing Ball game is a simple, interactive JavaFX application where a ball bounces around the screen. Users can control the speed of the ball using the up and down arrow keys. The game demonstrates the use of JavaFX animation and event handling capabilities.

## How to Play

1. **Start the Game**: Run the application to start the game. The ball will start bouncing around the screen.
2. **Objective**: Reach the number of bounces required to win the game without the ball going too fast.
3. **Control the Ball Speed**: Use the UP and DOWN arrow keys to increase or decrease the ball speed, respectively.
4. **Win or Lose**: If the ball reaches the required number of bounces without exceeding the maximum speed, you win. Otherwise, you lose.
5. **Play Again**: After winning or losing, you can play the game again by clicking the "Play Again" button.

## User Interface

### Welcome Screen
Expand Down

0 comments on commit 60ac9a0

Please sign in to comment.