Trex



Applet Name: Trex
Applet Source: Trex.java
Import(s): java.util, java.net, java.io
Feature(s): image, text, keyboard
Author: Nemo Semret

Usage Guide:

TrexClient is an applet which forms the client part of a networked game. TREX (The REsource EXchange) is a dynamic auctioning game played in real-time by any number of players against each other. The server is a (stand-alone) java application with which each participating applet communicates continuously via TCP sockets. One can play manually using the mouse, or switch to an "autoplay"mode where the applet dynamically computes an optimal strategyfor playing the game.

Usage Example:

<applet code="TrexClient.class" WIDTH=600 HEIGHT = 500>
<param name="port" value="7000">
</applet>


Return to index.