Sacha Ligthert 2 лет назад
Родитель
Сommit
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)