andre1003 / Scrum-XPerience

Repository for Scrum-XPerience Game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manager

andre1003 opened this issue · comments

Implementation of manager module. This module is decomposed two modules: Error Manager and Feedback Manager.

For Error Manager:

  • Get mistakes and hits from file and remove duplicates;
  • Display mistakes;
  • Save mistakes and hits without duplicates.

For Feedback Manager:

  • From mistakes file, get the "concept" that the player missed;
  • Remove any duplicate on the concepts;
  • Display individual feedback (mistakes and hits);
  • Display general feedback (from group mistakes and hits).

It is important to know that all the features that involve multiplayer attributes will be implemented together soon.