Where to start?

Hi,
My friends and I want to make a multi-player turn-based strategy game (browser based). I know just basics of programming, and wanted to learn Java as I went along. Problem is, I have no idea where to even start.

If anyone could give me some pointers or tutor me as I went along it would be wonderful. I would be grateful of the assistance. Thanks!

www.cokeandcode.com

actually I think jeff was a tad bit to fast on the draw. browser based is a tad differend, then app.

write what your game is about, update it throught the process and reflext all other documents upon it.
I’d define your game rules in a document.
work them out in sequence diagrams.
read up on 3 tier design.

I’d recommend using jsp tags and avoid code in your jsp’s, and preferably allow them to be written totally by your ‘web-artist’

I could go on with tips but I think it’s easier to know what you do already know or what your current/old idea was/is. because I might be stating the obivous here.

if your doing this project alone I’d sugjest the first order of bisness to be to hook with someone else up, such projects are a bitch to get finished esp alone.

what do you mean by browser based? Like applet? Or maybe by sending data through webpages by POST and then scripting them? Would help if you post what you have in mind.

Hmm fair enough but as someone else pointed out, “browser based” is really incomplete.

If you want to build a Java App, then cokeandcode is a regat place to start,

If you want to build a J2EE based game, then probably the J2EE oriented forusm here on java.net woukld be a good place, unelss someone else has a pointer to good starting J2EE stuff.

If you want to build an Applet, well I stil lthink cokeandcode is a good introduction but be aware that ,many triks done in Apps can’t be done in Applets and there are ugly but doable work-arounds.

ANY of the above can be browser based (App through JavaWebStart, J2EE through HTML and JavaScript[yuk], and Applet embedded in a web page.)

point taken. :slight_smile: