C# 클래스 MineSweeper.Game

파일 보기 프로젝트 열기: Confirmit/Students 1 사용 예제들

공개 메소드들

메소드 설명
EndGame ( ) : void
Game ( GameSettings gameSettings ) : System
OpenCells ( int rowIndex, int columnIndex ) : List
PlayerWins ( ) : bool
RemarkCell ( int rowIndex, int columnIndex ) : Cell

비공개 메소드들

메소드 설명
SetGameFieldElementsValues ( ) : void
SetMines ( ) : void

메소드 상세

EndGame() 공개 메소드

public EndGame ( ) : void
리턴 void

Game() 공개 메소드

public Game ( GameSettings gameSettings ) : System
gameSettings GameSettings
리턴 System

OpenCells() 공개 메소드

public OpenCells ( int rowIndex, int columnIndex ) : List
rowIndex int
columnIndex int
리턴 List

PlayerWins() 공개 메소드

public PlayerWins ( ) : bool
리턴 bool

RemarkCell() 공개 메소드

public RemarkCell ( int rowIndex, int columnIndex ) : Cell
rowIndex int
columnIndex int
리턴 Cell