Skip to content

App Stages

Aliaksandr Kavalenka edited this page Feb 20, 2021 · 6 revisions

App Stages

1. App start

When

  • app is just open;
  • prev game is ended;

Signs

  • terminal is hidden (but can be shown);
  • menu is visible (but can be hidden);
  • opponent's field is hidden;

2. Searching for the opponent

When

  • "PLAY ONLINE" button clicked and no opponent found yet;

Signs

  • terminal is hidden (but can be shown);
  • menu is hidden (but can be shown);
  • opponent's field is hidden;
  • loading spinner is shown;

3. Game start

When

  • Opponent found;
  • "PLAY SINGLE" button clicked;

Signs

  • terminal is shown (but can be hidden);
  • menu is hidden (but can be shown);
  • opponent's field is shown;
  • loading spinner is hidden;

4. Game over

When

  • All buildings of one of the players were destroyed;
  • "QUITE" button clicked;

Signs

  • terminal is hidden (but can be shown);
  • menu is hidden (but can be shown);
  • opponent's field is shown (with all marks);
  • loading spinner is hidden;
Clone this wiki locally