https://github.com/fed135/air-controller
[WIP] A generic HTML5 air-controller boilerplate
https://github.com/fed135/air-controller
Last synced: 11 months ago
JSON representation
[WIP] A generic HTML5 air-controller boilerplate
- Host: GitHub
- URL: https://github.com/fed135/air-controller
- Owner: fed135
- License: gpl-3.0
- Created: 2016-02-01T04:52:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T05:49:01.000Z (almost 10 years ago)
- Last Synced: 2025-01-08T18:52:51.892Z (about 1 year ago)
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# air-controller
A generic air-controller boilerplate
[ In Progress ]
I wanted to grab the -very- crude code from the air-controller app I made for Global Game Jam 2016 and make something more generic and easy to use - in case I want to make another similar app.
I also want to add/fix the following:
- Allow multiple simultaneous lobbies (named with optional password fields)
- Streamline socket communications
- Config-driven events and state-machines
- Can create input zones and bind them to listeners
- Dynamic Sections + plug-in a front-end framework (RequireJS + WebComponents)
- Loading screens/asset preloading
- App manifest (Standalone apps)
- MSGPack/JSON option
- Can broadcast events as web-sockets, tcp or udp
- Manage idle/dead connections (browser visibility)
- Full accelerometer support
- Cleaner logging. [debug](https://www.npmjs.com/package/debug) for server and [Logger](https://github.com/fed135/logrunner) for client