Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Allows you to develop multiplayer games using Colyseus. Write your server-side code with Colyseus (Node.js). Configure actions and callbacks on Construct.
Yay! 0.14.1 update!
🥰🥰🥰🥰
Hi, i just found a bug in the code. The action "Send JSON message" in construct 3 don't work so i checked inside the code and i see you try to send json message with "this.RoomSend()" and that must be "this.room.send" to fix it ;)
Also thx for your work!
Hi Zetius could you send the addons that you've fixed? because I try to change this, and I got an error about "Cannot set properties undefined (setting 'onAdd')" thank you!
I changed this.RoomSend into this.room.send at the actions.js file line 54 nothing else, but if you want the addons where can i send it for you ?
hi, i'm new in construct 3,i wanted to know if there is a tutorial for the plugin(sorry for the grammar but i am using google translate)
Excellent plugin! Note to users, the server is on version 0.11 and there is a version 0.11 of the plugin (on the Colyseus Discord in #construct.)
the chat c3p says its not a valid c3p single file when i try to open
Thanks for noticing nycgio, I've updated the example project with a slightly better prototype.
Thank you!
its amazing a mutplayer plugin for free
hey! the server-side code template on your documentation page is unavailable!
Can you share it here?
Thanks!
Does it work with Colyseus arena?
Colyseus works with an export nw.js on Windows project or it works only on web browser and mobile?
Anybody experience "Missing serializer: none" error on client (construct3) side? And have any fix for this?