Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bonsaiden/emblem
Server / Client library for HTML5 realtime multiplayer games.
https://github.com/bonsaiden/emblem
Last synced: about 1 month ago
JSON representation
Server / Client library for HTML5 realtime multiplayer games.
- Host: GitHub
- URL: https://github.com/bonsaiden/emblem
- Owner: BonsaiDen
- License: mit
- Created: 2013-11-05T23:23:20.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-09T17:55:40.000Z (about 11 years ago)
- Last Synced: 2024-11-06T16:49:21.634Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 160 KB
- Stars: 3
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Emblem
**Emblem** is a generic Server / Client library for HTML5 based multiplayer
games which provides abstractions to quickly build games with Web Technologies.## Project Status
### Implemented Features
- Player and Entity synchronization
- Custom Network message support### Outstanding Features
- Implementation of `Zones` to support multiple game areas with separated entities / players
- Parent / Child entity relations to allow for features like vehicles
- Server controlled entities
- Support for temporarily reverting the state of entities to the "local" state of a client for hit detection etc.
- Entity update rate management via priorities## Architecture
*Overview coming soon*
## Documentation
*Coming soon*
## License
**Emblem** is licenses under MIT.