About WebSpace

WebSpace is a game of collection. Your goal is to fly around the 'space' of a website, collecting as many segments of text (the red circles) and images (the green circles) as possible. At the end of the game these collected items will be displayed for you in a newly created web artifact that is produced from the different items that were collected during your voyage. Navigating your ship into the blue 'warpLinks' will send you to a new webpage (use with caution, the main webpage is boingboing.net and is a treasure trove of text and images, not all linked sites will be as usefull).

Controls:

Up Arrow: Accelerate
Left Arrow: Rotate Counter Clockwise
Right Arrow: Rotate Clockwise
Space: Fire Weapon (used to collect images)
S Key: Force the web objects to send out new sensor pulses (usefull for locating nearby objects)
E Key: Force the game to end

Source

WebSpace.java -- The main class
ImageLink.java -- Storage for images
InformationPanel.java -- Lower information panel
ResultBuilder.java -- Builds the final iamge
Ship.java -- Displays the player's ship
TextLink.java -- Storage for text
Viewable.java -- Interface for viewable objects
ViewManager.java -- Class to manage web objects
WarpLink.java -- Class to hold links
WebGameParser.java -- web page parser