7 lines
307 B
Go
7 lines
307 B
Go
// Package pncdsl is a point-and-click adventure game library built on top of
|
|
// Ebitengine. Games are composed declaratively by registering plain struct
|
|
// literals into per-entity *Manager registries hanging off the *Game root.
|
|
//
|
|
// See PLAN.md in the repo root for the full design notes.
|
|
package pncdsl
|