I want to build a virtual chatroom in the web. Can Godot be used for this purpose. It would be game like where the people can move around and talk to each other.
I am familiar with Godot game making, but, not web game development.
I want to build a virtual chatroom in the web. Can Godot be used for this purpose. It would be game like where the people can move around and talk to each other.
I am familiar with Godot game making, but, not web game development.
Yes, it is advised to use web sockets for your networking.
Ok thank you, I know how to get started now.