Sacha Ligthert пре 2 година
родитељ
комит
4690e5b1f1
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      game.go

+ 1 - 0
game.go

@@ -32,6 +32,7 @@ func gameinit() {
 	}
 
 	fmt.Println("Score:", game.player.score)
+	fmt.Println("Level: ", game.level)
 	fmt.Println("Moves:", game.player.moves)
 	fmt.Println("Teleports:", game.player.teleports)