An open API service indexing awesome lists of open source software.

https://github.com/paperclover/throw

You throw things. Made in Java with Processing
https://github.com/paperclover/throw

Last synced: 10 months ago
JSON representation

You throw things. Made in Java with Processing

Awesome Lists containing this project

README

          

# Throw
A game about throwing things.

Requires at least two controllers and a somewhat powerful computer (Processing is very slow).

## Build
- Install [IntelliJ IDEA](https://www.jetbrains.com/idea/)
- Download and unpack the [libraries archive](https://davecode.me/other/throw-libraries.zip) to `./lib`
- You can also do this manually
- Use IntelliJ's "Build Artifact" to build the project

## Libraries Used
- Reflections and all of its optional dependencies
- Processing's core.jar, renamed to `processing-core.jar`
- Minim
- JXInput