Mizukage Posted March 29, 2016 Share Posted March 29, 2016 Hi, Which Javascript based game engine would be best and easiest to make online game based on (maybe) websockets ?? Quote Link to comment Share on other sites More sharing options...
andrewray Posted March 29, 2016 Share Posted March 29, 2016 Can you elaborate on your needs? PixiJS might be avoid choice but it depends on how much coding you're comfortable with. Using real time communication with web sockets will require setting up your own server. Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted March 29, 2016 Share Posted March 29, 2016 There are special libraries for online games, like http://eureca.io/ . Pixi is just a renderer Mizukage 1 Quote Link to comment Share on other sites More sharing options...
BobF Posted March 29, 2016 Share Posted March 29, 2016 You may have trouble finding a JS game engine that incorporates multi-player support, so it would be better to choose an engine without worrying about multi-player. Multi-player can then be added using another library, as Ivan suggests, or by using a ready-made communication service. Photon is a communication service specific to gaming. Or, roll your own using something like socket.io. Mizukage 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.