Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.