Is it possible to make an online game using the wick editor?

Well?

Let’s start simple: making a game where user first input a username, and are then put into the game where they can see other players cursors (mouse pointers) who are on at the same time as them moving in real time.

I realize that we could compile the file into HTML and maybe add some JS, PHP, Python, something.

This is partially a joke question.

Yes, I have made a working online demo.

pumpkinhead posted an example, Working multiplayer test

I also shared some code based off the above post, Online multiplayer code

Both of these use replit to host the server with node.js which is free to use.

1 Like

So it’s possible.

I have used replit and node before, I have much experience.

Thanks for this.