Remove assets build main.css
article thumbnail

How to Build a Multiplayer (.io) Web Game, Part 1

Victor Zhou

In this post, we’re going to understand how to build an.io Builds / Project Setup : Development tooling, configuration, and setup. Client Rendering : Downloading image assets + Rendering the game. Here’s what the project directory structure look like: public/ assets/. public/assets/ contains images used by our project.

59