package
0.1.0
Repository: https://github.com/gopher-co/td-game.git
Documentation: pkg.go.dev

# Variables

Enemies is a map of enemies used in the game.
Levels is a map of levels used in the game.
Maps is a map of maps used in the game.
PlayerState is a state of the player.
Replays is a map of replays used in the game.
Towers is a map of towers used in the game.
UI is a map of images used in the game.

# Structs

Game implements ebiten.Game interface.