-1
votes
1answer
67 views

Tips on building a real time multi player web platform + framework and/or tookit

I'm trying to develop a multi player game web app which basically should be able to achieve the following goals: Provide a game engine + framework/toolkit to let third party corporation integrate ...
0
votes
0answers
176 views

Online Game Considerations [closed]

I want to make a kind of online game, completely in JavaScript, using the <canvas> and socket.io. The general How is covered, there are just some minor problems with the design and architecture ...