A multiplayer First-Person-Shooter game built in Java 3D
The system is divided into two parts: the client and the server.
Clients at different geographic locations in the network connect to a single server by specifying its IPv4 address. The user gets into the system using his/her username and password. Each user has to make an account for himself in the beginning. His account information will be stored on the server machine in persistent form. Server sessions will have no effect on its accounts.
The server can be running anywhere on the...
This program is a basic way of the "oldschool"-game Tic Tac Toe
This program is a basic interpretation of the "oldschool"-game Tic Tac Toe.
If you want to play, you have to download the JRE (Java Runtime Engine) which you can get from http://java.com/download . In most cases its installed already.
This software uses the SuM-Libraries which are in the installation package. You could get them from http://www.mg-werl.de/sum/.