Versions in this module Expand all Collapse all v0 v0.5.2 Nov 18, 2022 v0.5.1 Nov 18, 2022 Changes in this version + type Model struct + func New(g game.Game) Model + func (m *Model) SetGame(g game.Game) + func (m *Model) SetWidth(width int) + func (m Model) Init() tea.Cmd + func (m Model) Update(msg tea.Msg) (Model, tea.Cmd) + func (m Model) View() string