Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 615 Bytes

File metadata and controls

16 lines (13 loc) · 615 Bytes

WebMultiplayerGameTest

Table of contents

Introduction

This is a test of a multiplayer game using websockets and a node.js server. I am using typescript for the client and server. For the client I am using HTML and CSS for the UI and canvas for the game. For the server I am using express and socket.io.

How to build

I have made a build script for the client and server. Just run ./tools/build.sh to build the project.