Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultAuthServerURL = "http://localhost:8080" DefaultAPIServerURL = "http://localhost:9090" )
View Source
const ( DefaultScreenWidth = 640 DefaultScreenHeight = 480 )
Variables ¶
This section is empty.
Functions ¶
func NewGame ¶
func NewGame(opts NewGameOptions) (ebiten.Game, error)
Types ¶
type Game ¶
type Game struct {
// contains filtered or unexported fields
}
Game implements ebiten.Game interface, which has Update, Draw and Layout methods.
type GameAutomation ¶
type NewGameOptions ¶
type NewGameOptions struct { Debug bool AuthURL string APIURL string NetworkManager *network.NetworkManager GameAutomation *GameAutomation }
Click to show internal directories.
Click to hide internal directories.