https://github.com/merklejerk/pocketfurc
Text-only alternative client for the MMOSG Furcadia, written as a Chrome app. [ARCHIVED]
https://github.com/merklejerk/pocketfurc
Last synced: 7 months ago
JSON representation
Text-only alternative client for the MMOSG Furcadia, written as a Chrome app. [ARCHIVED]
- Host: GitHub
- URL: https://github.com/merklejerk/pocketfurc
- Owner: merklejerk
- License: unlicense
- Archived: true
- Created: 2015-02-12T04:38:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T00:47:02.000Z (over 7 years ago)
- Last Synced: 2024-11-01T13:34:02.278Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.59 MB
- Stars: 9
- Watchers: 9
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## This project is currently dead.
The platforms on which this project was built on (Chrome Apps and Mobile Chrome Apps) have, sadly, been phased out.
This repo will stay up as reference for anyone that wants to try to do something similar.
# PocketFurc #
PocketFurc is a discreet, light-weight Furcadia (http://www.furcadia.com) chat client written for Chrome.
As such, it runs anywhere Chrome runs.
You can install it from the Chrome Web Store at https://chrome.google.com/webstore/detail/pocketfurc/iomohjfkcfobogchbemlalanocaiedel
It's also available for Android 4.4+ devices: https://play.google.com/store/apps/details?id=com.pocketfurc.client

You must have a character already registered with the game in order to log in.
You will appear wherever you last logged off with whatever colors and description you last had in-game.
PocketFurc NOT a graphical client. Some sort of visualization is planned as a long-term goal, but don't expect it to come around any time soon. Ideally, you'll have situated your character in a convenient location prior to logging in, or at least have someone to lead or summon you around.
Basic features currently include:
- Chat (speech, whisper, emotes, raw commands)
- Nearby players list.
- Interactive player names.
- HTML chat support.
- Friends list.
## Building ##
### Dependencies ###
In order to build the chrome app, you should have the following npm dependencies installed on your system:
- `handlebars`
- `browserify`
Building the Android app will require the [Mobile Chrome Apps](https://github.com/MobileChromeApps/mobile-chrome-apps) npm module, `cca`, and the
relevant Android SDKs.
### Running the build script ###
Simply run the shell script `build` in the root directory to build the chrome app. This script will package the files in the `src` directory by running another script. Running the `build` script located inside the `src` directory will build an unpackaged chrome app therein suitable for use in development mode.