DEV Community

Discussion on: How to use Socket.IO and build your first multiplayer game!

Collapse
 
ghisloufou profile image
Ghis • Edited

Hi,
The article is a good idea but it is incomplete, there is some mistakes and few things that could be improved imo. I followed it but encountered some errors and things not written in the article. Here is some:

  • You should put a link to a github or zip containing the base structure of the empty project so we don't have to manually create it by hand.
  • You don't define the startButton variable. We have to find it by ourselves. let startButton = document.getElementById("startButton");
  • Some variables are weirdly written: "start button" instead of "startButton" and "public path" instead of "publicPath".
  • You don't explain how to use the Home button even if you make a gif with it working.

  • The link to a demo at the end does not work anymore.

  • You should put a link to a github or zip containing the final structure of the project.

  • The HTML you linked from another github uses bootstrap which make the custom cursor not working on buttons.

Sincerely yours,
Ghis

Collapse
 
kubeden profile image
Kuberdenis

Hey Ghis! Thanks for commenting on this. I will make sure to update it asap!