initial commit

This commit is contained in:
2026-05-25 18:09:51 +02:00
commit df7219677e
58 changed files with 3646 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
// 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