Skip to content

Game structure

eilievska edited this page Mar 28, 2016 · 7 revisions

The game’s content is structured in the following way:

  • Main menu – here the player can choose which theme to play. Currently the game has two themes, car theme and monkey theme.

  • Level 1 – Eraser game. On this level the player erases the content of the screen by simply moving the input device. After erasing 90% of the screen, the Successful Result Screen is displayed.

  • Level 2 – One click cause & effect. On this level the player should click on the game object. After a click on the object, the object moves across the scene and the Successful Result Screen is displayed on reaching the destination. If three clicks are made outside the boundaries of the object, the Unsuccessful Result Screen is displayed.

  • Level 3 – Multiple click cause & effect. On this level the player should click on the game object until it reaches its destination. Once it reaches the end, the Successful Result Screen is displayed. If three clicks are made outside the boundaries of the object, the Unsuccessful Result Screen is displayed.

  • Level 4 – Drag and drop. On this level the player should drag the game object and drop it on the end position. On successful drop at the destination, the Successful Result Screen is displayed. If three unsuccessful attempts are made, the Unsuccessful Result Screen is displayed.

  • Successful Result Screen – this screen is shown after the successful finish of any level. On the central position of this screen a happy animation of the theme object is shown, in order to enforce a positive feedback to the player. Below the happy animation, menu items are displayed for quick navigation to the main menu, re-try level, next level and next theme.

  • Unsuccessful Result Screen - this screen is shown after an unsuccessful finish of any level. On the central position of this screen an unhappy animation of the theme object is shown, in order to enforce a negative feedback to the player. Below the unhappy animation, menu items are displayed for quick navigation to the main menu, re-try level, next level and next theme.

Clone this wiki locally