reset method

void reset()

Reinicia o jogo

Implementation

void reset() {
  this._miss = 0;
  this._hit = 0;
  this._end = false;
  this._flashcard = null;
}