C# Class TicTacToe.Page

Datei anzeigen Open project: jschementi/mix09

Public Methods

Method Description
MakeUserMove ( object sender ) : void
Page ( ) : System.Text.RegularExpressions
Reset ( ) : void

Private Methods

Method Description
Button_Click ( object sender, RoutedEventArgs e ) : void
DrawBoard ( ) : void
DrawWinningLine ( ) : void
IsThereAWinner ( ) : bool
MakeAiMove ( ) : void
Rectangle_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
RotateString ( string s ) : string

Method Details

MakeUserMove() public method

public MakeUserMove ( object sender ) : void
sender object
return void

Page() public method

public Page ( ) : System.Text.RegularExpressions
return System.Text.RegularExpressions

Reset() public method

public Reset ( ) : void
return void