C# 클래스 ReversiEight.ViewModel.ComputerOpponent

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

공개 메소드들

메소드 설명
ComputerOpponent ( GameBoardViewModel viewModel, BoardSquareState computerColor, int maxDepth ) : System

비공개 메소드들

메소드 설명
GameBoardViewModel_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
MakeMoveIfCorrectTurn ( ) : void
MakeNextMove ( ) : void
ScoreForBoard ( GameBoardViewModel board, int depth ) : int
ValidMovesForBoard ( GameBoardViewModel viewModel ) : List

메소드 상세

ComputerOpponent() 공개 메소드

public ComputerOpponent ( GameBoardViewModel viewModel, BoardSquareState computerColor, int maxDepth ) : System
viewModel GameBoardViewModel
computerColor BoardSquareState
maxDepth int
리턴 System