Just to warn you, applets are quickly becoming a thing of the past. If you want to make a browser game I have some suggestions:
- Unity3D will make your life 100000 billion times easier if you are aiming for a 3D or 2.5D networked browser game. You can program the game in JavaScript or C#.
- Flash and ActionScript is still widely supported and will remain strong for several years. You can alternatively use C/C++ with FlashCC.
- HTML5/JavaScript is another viable option these days. Check out BrowserQuest and its source.
- If you are really keen to stick with Java, you can use LibGDX or GWT which will target HTML5. However, if you eventually want to make anything remotely close to a browser-based MMO, you should stick with JavaScript/Flash/Unity3D rather than using a JavaScript translator like LibGDX/GWT.
Many thanks for the reply, can you tell me, in your opinion, why java applets are becoming a thing of the past? This is in no way a challenge, i'm just curious. Surely what can be achieved with java is greater than html5 and javascript?
My main thoughts here are -
- wont the source be visible if I build games in javascript? I don't want this to be the case.
- I've looked into unity3D, however I cant develop it in linux (my preferred OS).
- I don't feel i can get the graphics im wanting from a javascript / html5 solution, would i be correct in thinking this?
- As I mentioned, I know MMOs take time and money and developers etc and it needs to be noted that this would be my end goal after making a few different gams. Im not looking to build the next world of warcraft. It's just something ive always wanted to build and have a go at. If it gets done, it gets done.. if it doesnt, it doesnt. At least ive tried and had fun in the process.
I thought Java was the solution I wanted for building games, am I wrong?
Cheers,
Sam

- i believe, from research, that this is the only way to run a c++ game in the browser). As mentioned previously I plaued runescape as a school kid and have always wanted to give this a go.


)
- I believe good game play makes a game not graphics
