+ 1
What should i use to make my js games on?
5 Answers
+ 2
You can use any text editor.
Popular ones are: Notepad++, Brackets, Visible studio Code.
+ 3
I don't quite understand what software you have in mind.
You can edit the script in a simple editor and test it in a browser.
+ 1
For a Javascript multiplayer game you can use the NodeJS environment and learn about websockets. Watch a NodeJS course and then a tutorial on socket.io.
If youâre planning on developing a singleplayer game, then there is no need for websockets and you can learn a course here about game development with JS.
There are also videogame frameworks like MelonJS and PhaserJS.
0
Your question is unclear to me, please explain.
You might be interested in this sololearn course:
https://www.sololearn.com/Course/GameDev-with-JavaScript/?ref=app
0
What software should i use to make javascript games on on my laptop