Temples of Tatooine is a 3D multi-player game. Is allows the player to traverse a virtual 3D environment, in a little 3D craft. The player must collect 'Anhks' from five temples on each level of the game to win that level. The player must avoid hitting objects in the environment, which include forests and villages. The player races against other players in the environment, and can fire at other players and kill them. A simple computer player is available if you have no-one to play against.
The game is not available for download at the moment, as the associated data files take over 30Meg. Luckily, most of the data files are generated from much smaller GIF files, so once I've sorted this out it should be possible to download this game.
There are two sets of executables, a server and a client. The server is written in Java and will run on any machine that will run Java (v1.1+?). The client is written in C using Mesa3D to display the 3D environment. This means it should compile on any machine where those libraries are available (and a suitable socket library implementation as well). It has been compiled successfully on Linux, if I make the source code available you should be able to compile it on other machines.