Skip to content

Commit

Permalink
Fix: Updated LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Apr 25, 2024
1 parent d051cd0 commit ebe973f
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 4 deletions.
35 changes: 32 additions & 3 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Bouncing Ball Game JavaFX
# Bouncing Ball Game with JavaFX

## Overview
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.

## User Interface

<p align="center" style="cursor: pointer">
<img src="ui.png" alt="Bouncing Ball Game Interface" width="100%"/>
</p>

## Features
- Ball speed control with keyboard inputs (UP to increase speed, DOWN to decrease speed).
- Dynamic color change of the ball upon collision with the screen boundaries.
Expand Down
Binary file added ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ebe973f

Please sign in to comment.