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
- Host: GitHub
- URL: https://github.com/paperclover/throw
- Owner: paperclover
- Created: 2019-06-29T01:24:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-29T01:28:40.000Z (over 6 years ago)
- Last Synced: 2025-03-15T04:47:02.891Z (10 months ago)
- Language: Java
- Size: 19.4 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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