All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.player.tripwire.TripwireRemoteStrategy

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----pinball.player.Strategy
                   |
                   +----pinball.player.tripwire.TripwireStrategy
                           |
                           +----pinball.player.tripwire.TripwireRemoteStrategy

public class TripwireRemoteStrategy
extends TripwireStrategy
The strategy thread for the player who sees only a line near the flippers.


Constructor Index

 o TripwireRemoteStrategy(Buffer, TextArea)
The strategy thread for the player.

Constructors

 o TripwireRemoteStrategy
 public TripwireRemoteStrategy(Buffer buffer,
                               TextArea gameStats)
The strategy thread for the player.

Parameters:
buffer - the first buffer in the series of buffers for the system.
gameStats - the area to write the game stats to.

All Packages  Class Hierarchy  This Package  Previous  Next  Index