Multiplayer game using react and socket.io

Solved
mohitchoudhary1054

Oct 9th, 2023 07:59 AM

Hello, I am reaching out today but no matter what I do, I cannot wrap my head around how to make a canvas in react and how it works, where should we place the animate loop, how to make changes in it, and how to use socket.io to make it a multiplayer game. Can someone please help me and answer my questions?

bobbyiliev

Oct 10th, 2023 01:23 AM

Best Answer

Hi there,

It's hard to give you any specific advise without seeing any of your code.

But what I could suggest is to check out this post here by @dennis where he walks you through the whole process of building a multiplayer game using Socket.io step-by-step:

Use Socket.io to build your first multiplayer game!