Package | Description |
---|---|
game |
Modifier and Type | Interface and Description |
---|---|
interface |
BoardElement
Interface BoardElement can be implemented by any class that wants to be drawn
on the GUI in ShippingGame.
|
Modifier and Type | Class and Description |
---|---|
class |
Edge
Class Edge in ShippingGame allows creation of the connections between Nodes
along which Trucks can travel.
|
class |
Node
A Node (vertex) on the board of the game.
|
class |
Parcel
Class Parcel represents a carriable and deliverable package
in the game.
|
class |
Truck
CLass Truck is a runnable object that represents a single Truck in the game.
|