Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I want to develop a browser-game (like ogame, travian) and I have some doubts in which technologies should I use.

I was thinking in a server-side in JSP,Java and a client-side in HTML (or HTML5 if I learn to give it good use). Do you think my choices are right?

I would like to make a board where many players could move simultaneously between tiles or squares. Do you think is possible in JSP or I should start with other language?

Any suggestion aprecciated, and apologies for my english.

Thank you! Regards!

share|improve this question
1  
Welcome to Gamedev SE, Constant :) Unfortunately, "which technology is better" or "which technology do I use" are both types of questions that are not a good fit for the site. See our FAQ and see if you have a question that fits the guidelines. – Byte56 Mar 29 '12 at 14:44
Do a little more research. JSP generates HTML and you can manipulate HTML with javascript (client side script). Or for client side interaction you can use flash or java applet (preferably). Every one of them has its strengths and weaknesses so it's up to you to decide which one to use. For server side, they all do same think so choose whichever you are most familiar width. – Edin M. Mar 29 '12 at 14:53

closed as not constructive by Tetrad Mar 29 '12 at 16:36

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

Browse other questions tagged or ask your own question.