Sphere Force is a simple multi player game, implemented in java with applet API.
Unfortunately still doesn't work in internet browsers, because the game is to big and bad implemented, so it is very heavy in almost every machine, but I'm working to get the code better and the resources lowers.
This game was made for a discipline (Network) at my university, by me (Douglas Schmidt) and a friend (Mateus Balconi), my brother (Charles Schmidt) helped us too, with the songs and other sound effects. This version still as beta, but is already playable. More information on the download page.
Douglas Schmidt - programmer and designer.
Mateus Balconi - programmer
Charles Schmidt - Sounds effects and Theme music.
<download source>
Version 1.1.0 source with images
<Running and compiling informations>
To RUN properly, use the appletviewer from Sun. Maybe you will get some problems with permissions, so put in a file this code:
grant {
permission java.security.AllPermission;
};
Save as "applet.policy" and use the command:
appletviewer -J-Djava.security.policy=applet.policy <Applet Html file.html>
For those that will compile, don't forget to put the content of the "final-res" on the build page.








