How to make an online multiplayer game with JavaScript?

Started by
3 comments, last by Guy Fleegman 4 years, 10 months ago

I have no networking experience, but I’m pretty good with JavaScript.

I am an indie game developer who enjoys pixel art games.

Advertisement

Try this video...

 

That already assumed that I knew how to use Node.js.  Also, what is Node.js?  The website was confusing.

I am an indie game developer who enjoys pixel art games.

3 hours ago, Pepsidog said:

That already assumed that I knew how to use Node.js.  Also, what is Node.js?  The website was confusing.

There's client-side and server-side coding. You need to start delving into server-side stuff. There's no easy way around it, if you want to code your own multiplayer game in JavaScript. Node.js uses JavaScript so... I just thought that might be perfect for you. Feel free to learn another language though. ?

https://www.w3schools.com/nodejs/nodejs_intro.asp

Good luck!

This topic is closed to new replies.

Advertisement