Commit 117fc127 authored by Haj Rezvan's avatar Haj Rezvan

This class control the end of game and player's turn.

it only access in version 1.2 or latest.
parent ee4795f4
public class GameController {
/**
* this method check end of the game.
* */
public static boolean checkEndOfGame(){
boolean validate = true;
return validate;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment