Versions in this module Expand all Collapse all v0 v0.0.2 Feb 5, 2024 Changes in this version + type Game struct + func New() *Game + func (g *Game) Draw(screen *ebiten.Image) + func (g *Game) Layout(outsideWidth, outsideHeight int) (int, int) + func (g *Game) Update() (err error)