Ver código fonte

Enable bragging rights.

Sacha Ligthert 2 anos atrás
pai
commit
4690e5b1f1
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      game.go

+ 1 - 0
game.go

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