https://github.com/colyseus/colyseus-defold
⚔ Colyseus SDK for Defold Engine
https://github.com/colyseus/colyseus-defold
colyseus defold defold-library multiplayer netcode networking
Last synced: 3 months ago
JSON representation
⚔ Colyseus SDK for Defold Engine
- Host: GitHub
- URL: https://github.com/colyseus/colyseus-defold
- Owner: colyseus
- License: mit
- Created: 2018-02-15T18:48:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2026-02-05T03:42:18.000Z (4 months ago)
- Last Synced: 2026-02-05T07:37:29.165Z (4 months ago)
- Topics: colyseus, defold, defold-library, multiplayer, netcode, networking
- Language: Lua
- Homepage: https://docs.colyseus.io/getting-started/defold-client/
- Size: 542 KB
- Stars: 69
- Watchers: 7
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-defold - Colyseus
README
## Contributing
In order to start a test server for this project, do the following:
```
git clone https://github.com/colyseus/sdks-test-server
cd sdks-test-server
npm install
npm start
```
## Test suite
This project uses [deftest](https://github.com/britzl/deftest) for testing, the
assertion functions are documented by [@britzl](https://github.com/britzl) here: https://github.com/britzl/deftest#custom-asserts
## Contributors
Big thanks to [Björn Ritzl](https://github.com/britzl). Without his efforts on
the WebSocket library this client wouldn't exist.
## License
MIT