https://github.com/quentinms/gmr-client
A Giant Multiplayer Robot Client for macOS and Linux*
https://github.com/quentinms/gmr-client
Last synced: about 1 year ago
JSON representation
A Giant Multiplayer Robot Client for macOS and Linux*
- Host: GitHub
- URL: https://github.com/quentinms/gmr-client
- Owner: quentinms
- License: mit
- Created: 2015-11-24T04:16:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-23T20:37:48.000Z (over 9 years ago)
- Last Synced: 2025-03-31T00:24:49.800Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 328 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# GMR Client

A [Giant Multiplayer Robot](http://multiplayerrobot.com/) GUI client, for OS X, Linux\* and Windows\*
You can download the app from here: https://github.com/quentinms/GMR-client/releases/latest
In order to use it, you will need to get an authentication key from here: http://multiplayerrobot.com/Download
Build with [electron](http://electron.atom.io), [angular](https://angularjs.org) and [photon](http://photonkit.com).
*Not tested yet
## TODO
* Better error handling (more info to the user)
* Prettier Settings tab
* Players name display
* Validation before uploading
* Watch folder for save changes
## Dev
```
$ npm install
```
### Run
```
$ npm start
```
### Build
```
$ npm run build
```
Builds the app for OS X, Linux, and Windows, using [electron-packager](https://github.com/maxogden/electron-packager).
## License
MIT © Quentin Mazars-Simon