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...
DEPRECATED!
This program is replaced by Gamer's Proxy:
https://sourceforge.net/projects/gamersproxy/
This is a simple Java program that holds UDP packets for a while before forwarding them to a target address. This can be used to simulate ping in video games.
A networked, two-dimensional, multiplatform, multiplayer shooting game written in Java, in which players attempt to capture and keep control of bases in order to gain points.