aboutsummaryrefslogtreecommitdiff
path: root/internal/ui/doc.go
blob: 428ac51183cb803a722928e7d4fb2f46221cffa2 (plain)
1
2
3
4
5
// Package ui provides pure rendering primitives (progress bars, Unicode box
// tables) that are independent of game state. Session-coupled rendering
// (colour resolution, prompt formatting, combat display) lives in the game
// package as render_*.go files.
package ui