Episode 1 about making a multiplayer video game in HTML5 using Nodejs. In this video, I cover the softwares needed and how to set your very first server.
If you're new to coding, watch my Single Player tutorial series first: • Ep1: How to Make HTML5 Games: Javascript T...
SUMMARY:
1-Softwares needed
https://nodejs.org/en/download/
https://notepad-plus-plus.org/
2-Library needed
npm install express
npm install socket.io
3-Project Folder Structure
4-URL Domain, Port and Query
5-File communication vs Package communication
6-Setting up server
Check my game: http://scripterswar.com/
Download Project: http://scripterswar.com/tutorial/nodejs
Next Episode: • 2- Making Multiplayer HTML5 Game: WebSocke...
If you have any question, feel free to post a comment below.