Closed ghost closed 1 year ago
It's an old example. I don't really know what the error is.
Today I would use https://github.com/yandeu/arcade-physics
instead of https://github.com/geckosio/phaser-on-nodejs
. It's much much faster.
@yandeu Thanks for your kind reply.
arcade-physics
looks much better!
Hi, Just after having cloned the repo, I tried to install node modules by
npm install
. But it fails with some errors which seem to be related with typescript syntax. However, I can executenpm start
- i.e.npm run dev
so that the local game server runs properly on port 3000.I cannot understand why. Please help me!