Exemple #1
0
 public void buttonTwoPlayers()
 {
     buttonClear();
     //form_view.ChangePanels();
     game_model.SetStatusApplication(StatusApplication.game);
     form_view.CreateBoard(StatusApplication.game);
     game_model.FillBoardAndListCheckers();
     game_model.SetGame(Color.white, StatusPlayer.human, StatusPlayer.human, 0, 0,
                        Search.empty, Search.empty, Evaluate.empty, Evaluate.empty, StatusGame.wait);
     game_model.StartGame();
 }