Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Latest commit

 

History

History
47 lines (31 loc) · 1.31 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.31 KB

Catch-it

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.

Motivation

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.

game

Quick Start

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

Contributing

Clone the repo

git clone https://github.com/HarbourHeading/catch-it.git
cd catch-it 

Install the project

mvn install

Submit a pull request

If you want to contribute, please fork the repository and open a pull request.

Credits

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.