Enable bragging rights.

This commit is contained in:
Sacha Ligthert 2023-12-06 20:35:31 +01:00
parent 84a9ee5c52
commit 4690e5b1f1

View File

@ -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)