Live data from Hacker News

Show HN: Simple Open Source 3D Online Multiplayer Battle Game Using Node.js

paiza-battle-ground.paiza-user.cloud

1–10 of 13 posts

Re: Show HN: Simple Open Source 3D Online Multiplayer Battle Game Using Node.js

#7
I appreciate that there is a certain sense of accomplishment that comes with doing something 'from scratch' but why wouldn't you use https://phaser.io/ or any of the other libraries/frameworks for HTML5 development? It's built for almost exactly this type of game. Does anyone know if there is a framework for turn based strategy for HTML5? Phaser seems to have more of a real time and physics focus.

Re: Show HN: Simple Open Source 3D Online Multiplayer Battle Game Using Node.js

#8
post #7

I appreciate that there is a certain sense of accomplishment that comes with doing something 'from scratch' but why wouldn't you use https://phaser.io/ or any of the other libraries/frameworks for HTML5 development? It's built for almost exactly this type of game. Does anyone know if there is a framework for turn based strategy for HTML5? Phaser seems to have more of a real time and physics focus.

Phaser looks like it's for 2d games, not 3d.

Re: Show HN: Simple Open Source 3D Online Multiplayer Battle Game Using Node.js

#9
post #7

I appreciate that there is a certain sense of accomplishment that comes with doing something 'from scratch' but why wouldn't you use https://phaser.io/ or any of the other libraries/frameworks for HTML5 development? It's built for almost exactly this type of game. Does anyone know if there is a framework for turn based strategy for HTML5? Phaser seems to have more of a real time and physics focus.

Phaser is just an all purpose 2D game engine, what kind of game you create doesn't matter. It gives you a lot of tools and functionality you're probably going to end up creating yourself if you used something that's just a rendering engine like Pixi.js instead. Phaser OP didn't really build this from "scratch" in the strict sense, they used Three.js. This is kind of the 3D equivalent of Pixi.

Re: Show HN: Simple Open Source 3D Online Multiplayer Battle Game Using Node.js

#10
post #7

I appreciate that there is a certain sense of accomplishment that comes with doing something 'from scratch' but why wouldn't you use https://phaser.io/ or any of the other libraries/frameworks for HTML5 development? It's built for almost exactly this type of game. Does anyone know if there is a framework for turn based strategy for HTML5? Phaser seems to have more of a real time and physics focus.

Phaser looks like it's for 2d games, not 3d.

It's rendered in 3D, but the physics are 2D.
Post reply on HN