C# Class Minesweeper.Core.Minefield

A basic implementation of the IMinefield interface, using a two-dimensional array to store the matrix.
Inheritance: IMinefield
Afficher le fichier Open project: jaegerpicker/CantonSoftwareMentorship Class Usage Examples

Méthodes publiques

Méthode Description
GetArea ( int row, int col ) : IMineArea
Minefield ( int width, int height ) : System

Method Details

GetArea() public méthode

public GetArea ( int row, int col ) : IMineArea
row int
col int
Résultat IMineArea

Minefield() public méthode

public Minefield ( int width, int height ) : System
width int
height int
Résultat System