https://github.com/electronstudio/mobcontroljava
https://github.com/electronstudio/mobcontroljava
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/electronstudio/mobcontroljava
- Owner: electronstudio
- License: gpl-3.0
- Created: 2019-11-29T01:01:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-22T13:57:57.000Z (over 6 years ago)
- Last Synced: 2025-01-26T11:42:09.776Z (over 1 year ago)
- Language: JavaScript
- Size: 722 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Demo
See MobControl in action by downloading the beta version of [RetroWar: 8-bit Party Battle](https://store.steampowered.com/app/664240/RetroWar_8bit_Party_Battle/?git) Defeat up to 15 of your friends in a tournament of 80s-inspired retro mini games.
# MobControl
Use mobile devices as game controllers.
## Requirements
The server requires Java 1.8+. The clients can be any system with a web browser, but ideally a mobile phone running Android or iOS.
## Test
```
./gradlew run
```
## Use in your project
```diff
buildscript{
repositories {
+ jcenter()
}
```
```diff
dependencies {
+ compile "uk.co.electronstudio.mobcontrol:mobcontrol:0.1.+"
}
}
```
## License
MobControl is distributed under GPL+Classpath license, the same as OpenJDK itself, so you will have no
problem using it anywhere you use OpenJDK.