Interface Methods

Simplexity

Interface Methods

The Interface type exposes the following members.

Methods
  NameDescription
Public methodAskColumn
Renders the question about the column in which the player wants to play
Public methodAskPiece
Renders the question about which piece the player wants to play
Public methodCurrentTurn
Indicates the current turn
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodErrorColumn
Renders the error for when the player inputs a wrong column number
Public methodErrorPiece
Renders the error for when the player inputs a wrong piece
Public methodErrorPlace
Renders the error for when the player places a piece in a filled row
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFinalMessage
Displays the final message
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodShowBoard
Renders the board
Public methodShowInfo
Renders the information available to the player
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also