Ask HN: What is the best combination for a simple multiplayer game
Hi,
I want to build a simple multiplayer game about stickman fight (no previous game development experience, no mobile native code experience)
Which technology should i choose for the best efficiency? Platforms : web,ios,android
I think i should choose html5,node.js,socket.io for web and i think i can build mobile versions via phonegap.
I am trying to find best solution for me (because of my experience), how does it sound?
Thanks.
4 comments
[ 3.0 ms ] story [ 17.8 ms ] threadFind the best, clearest tutorials that lead you to something similar to what you want to build, and use that tech. Personally, I'll use python/django for my next webapps because I like the tutorials and the programming style/environment. But I don't do games, and django probably isn't the best game framework.
I'd definately use HTML5 for the front end, I love the api's and the skillset is very valuable.