@@ -88,4 +88,6 @@ func (game *Game) deleteRobot(robot int) {
game.robots = nil
game.robots = rowboz
+ game.player.score++
+
}