瀏覽代碼

Enable bragging rights.

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)