Is it possible to do multiplayer for Construct 2? What components are needed for this? If possible, a reference to the lessons.
Thanks.
Develop games in your browser. Powerful, performant & highly capable.
Yes, there are also several threads about it.
You need to have a WebSocket Server (ex. "node.js") installed on your server that handles all of the communication between the clients.
This is hard work and not easy to explain in a couple of words.