source code for invade earth

I am new to Java programming and I would love to look at a copy of the Invade Earth source code. Just so I can learn a thing or two about writing code for games like this. I would like to see how you guys did it.

Thanks
Brent

Re: source code for invade earth

Never mind I found it on Sourceforge.

Thanks
Brent

Re: source code for invade earth

The code on Sourceforge is slightly out of date, but only minor changes have been made to the latest version. Also, I'd be careful using it as a model... I was writing Invade Earth as I was learning a lot of things about networking, gui etc. myself, so it's a bit of a mess (twenty thousand lines of one actually) :S But at least you can get an idea of how some things can be done.

Re: source code for invade earth

The download page on sourceforge doesn't even have an old version. Could you provide a link to the source?

Re: source code for invade earth

It's in a CVS repository.

http://sourceforge.net/cvs/?group_id=159328

You can either use a CVS client to download it, or browse it from the link on the page above.