@ -199,6 +199,8 @@ void Generatefield() {
if (ScorePoints < 0)
ScorePoints = 0;
int tmp = ScorePoints;
field[12][1] = '0' + tmp % 10;
}
void addScoreboard()