diff --git a/game.go b/game.go index c68cc3c..ee10ed0 100644 --- a/game.go +++ b/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)