Catch is a game where you catch falling objects. Each caught object gives the player a point and each missed object makes the player lose health. The game is written in java and built with maven.
The catch game has been reproduced hundreds of times before, but very few try to modernize it. This project is meant to be a game of catch that utilizes state-of-the-art tools and ideas while keeping the gameplay largely the same.
Skip to the last step if you downloaded the jar file directly from releases.
1. git clone https://github.com/HarbourHeading/catch-it.git
2. cd catch-it
3. mvn install
4. cd target
5. java -jar catch-it.jar
git clone https://github.com/HarbourHeading/catch-it.git
cd catch-it
mvn install
If you want to contribute, please fork the repository and open a pull request.
The background image is supplied by Hugo Bonacci, and his original work can be found here under a Creative Commons Attribution 3.0 Unported License.