Versions in this module Expand all Collapse all v0 v0.0.3 Sep 16, 2023 v0.0.2 Sep 16, 2023 v0.0.1 Sep 16, 2023 Changes in this version + func NewGame() ebiten.Game + type Game struct + func (g *Game) Draw(screen *ebiten.Image) + func (g *Game) Layout(outsideWidth, outsideHeight int) (int, int) + func (g *Game) Update() error