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

https://github.com/colyseus/colyseus-construct3

⚔ Colyseus Multiplayer SDK for Construct 3
https://github.com/colyseus/colyseus-construct3

colyseus construct3 construct3-addon multiplayer networking

Last synced: 2 months ago
JSON representation

⚔ Colyseus Multiplayer SDK for Construct 3

Awesome Lists containing this project

README

          













Discussion forum





Colyseus Multiplayer SDK for Construct 3.
View documentation


# Addon Development / Contribute

Requirements: download and install [Caddy Server](https://caddyserver.com/) in order to host https from
localhost.

- Install the dependencies. (`npm install`)
- Run Chrome without "same origin policy" (`npm run chrome`)
- Start the development server (`npm start`)

For testing on `editor.construct.net`:

- Enable Developer Mode
- Go to Settings
- Click on Settings window label 10 times
- Scroll down and click select to enable "Developer Mode"
- Go do "Developer Mode" -> Install Dev Addon and provide the following URL: `https://localhost/addon.json`

This addon uses [c3addon](https://github.com/ConstructFund/c3addon) for
packing and publishing the addon to Construct Addons page.

## License

MIT