! WIP ! Multiplayer Phaser 3 game with socket.io (with typescript and webpack support).
To get started, adjust /src/scripts/game.ts to configure your game and import scenes. Then, add your scenes to the ./scenes folder. For multiplayer, socket communication should be added to the /src/scripts/backend/GameCommunication.ts
npm run start / start-server
npm run build
(to local build)
npm run build-front
npm run build-back
npm run serve
You can use bash below for errors coming from new Node versions like ("Error: error:0308010C:digital envelope routines::unsupported")
run: npm config set legacy-peer-deps true