Represents a square grid (10 x 10) on which the following 5 ships are arranged at random.

Namespace:  SoftwareArchitects.Battleships
Assembly:  SoftwareArchitects.Battleships (in SoftwareArchitects.Battleships.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class PlayingField : MarshalByRefObject
Visual Basic (Declaration)
Public Class PlayingField _
	Inherits MarshalByRefObject
Visual C++
public ref class PlayingField : public MarshalByRefObject

Remarks

The following ships can be found on the playing field: aircraft carrier (5 squares), battlehips (4 squares), cruiser (3 squares), patrol boat (3 squares) and submarine (2 squares).

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    SoftwareArchitects.Battleships..::.PlayingField

See Also