Example #1
0
    void Start()
    {
        GameSceneController my = GameSceneController.GetInstance();

        my.setBaseCode(this);
        gameRule = "Boat capacity is 2. One person must steer the boat from one side to the other side. Click 'on' buttons to move a person onto the boat and click the 'go' buttons to move the boat to the other side. If priests are outnumbered by devils on either side, they get killed by devils!    Sphere---Priest Cube---Devil";
    }
Example #2
0
    void Start()
    {
        GameSceneController my = GameSceneController.GetInstance();

        my.setBaseCode(this);
        gameName = "Priests and Devils";
        gameRule = "If the priests are out numbered by the devils on either side of the river, they get killed and the game is over. Keep all priests alive! \nGreen -- Priest    Red -- Devil";
    }
Example #3
0
    void Start()
    {
        GameSceneController my = GameSceneController.GetInstance();

        my.setBaseCode(this);
        gameName = "Priests and Devils";
        gameRule = "Priests and Devils is a puzzle game in which you will help the Priests and Devils to cross the river within the time limit. There are 3 priests and 3 devils at one side of the river. They all want to get to the other side of this river, but there is only one boat and this boat can only carry two persons each time. And there must be one person steering the boat from one side to the other side. In the flash game, you can click on them to move them and click the go button to move the boat to the other direction. If the priests are out numbered by the devils on either side of the river, they get killed and the game is over. You can try it in many ways. Keep all priests alive! Good luck!             Sphere -- Priest    Cube -- Devil";
    }
Example #4
0
    void Start()
    {
        GameSceneController my = GameSceneController.GetInstance();

        my.setBaseCode(this);
        gameName = "Priests and Devils";
        gameRule = "sphere -- Priest    Cube -- Devil";
    }
Example #5
0
    void Start()
    {
        GameSceneController my = GameSceneController.GetInstance();

        my.setBaseCode(this);
    }
Example #6
0
    void Start()
    {
        GameSceneController controller = GameSceneController.GetInstance();

        controller.setBaseCode(this);
    }