Remove assets main.css
article thumbnail

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

Victor Zhou

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. assets' ; import { initState } from './state' css/main.css' ; const playMenu = document. We’ll go over the Server in Part 2.

59