Versions in this module Expand all Collapse all v1 v1.1.0 Mar 7, 2026 Changes in this version type State + Clicked int + GameOver bool v1.0.1 Mar 7, 2026 v1.0.0 Mar 7, 2026 Changes in this version + func Main() int + type State struct + AP *ansipixels.AnsiPixels + CurX int + CurY int + HasMouse bool + LastMouseAt time.Time + LastMouseX float64 + LastMouseY float64 + MemProfile string + MouseAwayX float64 + MouseAwayY float64 + MouseDist float64 + MouseSpeed float64 + MouseX float64 + MouseY float64 + PosX float64 + PosY float64 + VelX float64 + VelY float64 + func (st *State) Draw() + func (st *State) Run() int + func (st *State) Tick() bool