C# 클래스 TicTacToR.Web.Game.GameDetails

파일 보기 프로젝트 열기: dotnetcurry/signalr-tictactoe-dncmag5 1 사용 예제들

공개 메소드들

메소드 설명
GameDetails ( ) : System
SetPlayerMove ( dynamic rowCol, string currentPlayerId ) : string

비공개 메소드들

메소드 설명
CheckCols ( ) : string
CheckDiagonal ( ) : string
CheckDraw ( ) : string
CheckGameStatus ( ) : string
CheckRows ( ) : string

메소드 상세

GameDetails() 공개 메소드

public GameDetails ( ) : System
리턴 System

SetPlayerMove() 공개 메소드

public SetPlayerMove ( dynamic rowCol, string currentPlayerId ) : string
rowCol dynamic
currentPlayerId string
리턴 string