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
- Host: GitHub
- URL: https://github.com/colyseus/colyseus-construct3
- Owner: colyseus
- License: mit
- Created: 2018-03-24T20:13:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-22T01:36:15.000Z (6 months ago)
- Last Synced: 2025-06-14T01:15:53.895Z (4 months ago)
- Topics: colyseus, construct3, construct3-addon, multiplayer, networking
- Language: JavaScript
- Homepage: https://docs.colyseus.io/getting-started/construct3
- Size: 920 KB
- Stars: 25
- Watchers: 9
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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