https://github.com/zerebos/blockcatcherfx
JavaFX version of the super popular BlockCatcher web game!
https://github.com/zerebos/blockcatcherfx
Last synced: 10 months ago
JSON representation
JavaFX version of the super popular BlockCatcher web game!
- Host: GitHub
- URL: https://github.com/zerebos/blockcatcherfx
- Owner: zerebos
- License: apache-2.0
- Created: 2023-07-27T23:46:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T00:48:22.000Z (almost 3 years ago)
- Last Synced: 2025-04-06T01:19:51.435Z (over 1 year ago)
- Language: Java
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BlockCatcherFX
This is a JavaFX version of the uber-popular [web game of the same name](https://github.com/rauenzi/BlockCatcher). However, it is not a direct 1:1 port, as this has different features such as randomized block sizes and speeds.
Note: At this time, the project is not complete and has only been resurfaced. This code was originally written back in 2015/2016.

## How To Play
If you're on Windows, the releases page should have a zip for you to extract. From there, just run the `exe`. Builds for Linux/Mac coming eventually.
For anyone else, you'll need to clone this repository and use the javafx:run command in the Maven toolkit.
# Controls
The player plays as a black bar at the bottom of the window. The bar follows the user's mouse. Holding down the mouse button pauses movement.
As of writing, there is no win condition or stop condition other than exiting the program. This is the top priority for implementation.