TimTCrouch / Multiplayer-phaser3-typescript

A template for a multiplayer Phaser 3 game using Typescript, Webpack, node and Socket.io
3 stars 1 forks source link

assets/characters dir is missing #1

Open stephencawood opened 4 years ago

stephencawood commented 4 years ago

the image files under assets/characters are missing

thanks

TimTCrouch commented 4 years ago

Oh sorry, man, this was really never finished. I have a bad habit of that. I think I was planning to add them in once I got further alone. But a whole lot of that repo is missing because it wasn't completed. Unfortunately I don't think I ever will finish it. If I were starting today to work on a multiplayer game, I would highly recommend checking out https://colyseus.io/ if you never have before. I have no relation to it, but I think it is far and away the best open source, node-based solution for multiplayer games. It is game engine agnostic so you can use Phaser on the front end if you want, and of course grab the type definitions to use Typescript. It would get you much further down the road than this repo ever would have, even if it was finished. Cheers!

On Sat, May 16, 2020 at 9:14 PM Stephen Cawood notifications@github.com wrote:

the image files under assets/characters are missing

thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/TimTCrouch/Multiplayer-phaser3-typescript/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATKH2EOKSZH6Q52SARMBCLRR5B7BANCNFSM4NDFSARA .

stephencawood commented 4 years ago

Hey, no problem. I'm showing my kids some game dev concepts and was looking for various examples. A multiplayer typescript Phaser project was my next step. Thanks for the tip. I'll check it out.