29-04-2008, 10:13 PM
Dave Wrote:Java would be alright, I think... if you could compile an EXE (still cant figure that out... can you even do it?!) (I cant figure out how to make a JRE yet either...)
You could make the game browser-based, that would be neat.
Definatly use heavy object orientation.
SDL has a port for Java
You compile .Jar files and call the main class with an exe if you want it to be windows friendly ^^
Dave, install Eclipse its the best Java IDE evaaaar
As for browser based, just package it into an Applet (which is basically an option at compile time ^_^)