DEV Community

JavaScript Tutorial
JavaScript Tutorial

Posted on

How to Build a Multiplayer Game with JavaScript

Learn how to build a Multiplayer Game with JavaScript

Video Contents:
00:00:00 Introduction
00:04:03 Project structure
00:06:28 Basic Server
00:09:53 Introducing Socket.io
00:16:03 Creating a chat
00:20:08 Canvas
00:26:58 Exchanging turns
00:37:49 Rendering game board
00:49:59 Game state on server
00:59:50 Win conditions
01:10:47 Turn cooldown
01:14:30 Summary

Source code: https://github.com/Juriy/game-demo/tree/rec

Top comments (0)