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