>_ No Evil Star, LLC Project terminal
← Project Pages

cat /projects/echoes-of-the-mesa/manifest.md

Echoes of the Mesa

Private venture

A mobile and desktop RPG about time, belonging, balance, and a hiker pulled into the Puebloan world of Mesa Verde.

Story

What this project is really about

Echoes of the Mesa is less interesting as a pile of sprites than as a story engine. A quiet hiker from 2032 finds half of a medallion in a cave and wakes in the Puebloan world of roughly 1200 AD, surrounded by living cliff dwellings instead of ruins. Their modern gear is gone. A young local named Tava has scattered it through a clockwise journey around the mesa, turning the recovery of a phone, lighter, compass, and other objects into a tour through villages, obligations, and uneasy trust.

The story leans on time, belonging, and balance. Every village gives a false medallion that is not false in spirit: each one is a cultural gift, a local identity, and a marker that the outsider has done something useful before asking the past to send them home. The ending closes the loop in the original cave, where the real second half of the medallion is guarded by a trial of understanding, not just combat.

Technically, the project is built like a portable RPG kit: Python and Pygame for the runtime, JSON for world content, Pygbag for web/mobile builds, and tests plus validators for content integrity. The visible art matters, but the bigger creative achievement is the amount of structured narrative material behind the walk.

Architecture

System shape
design docs + JSON world content
        |
        v
area loader + quest/dialog/lore systems
        |
        v
Pygame runtime: input, camera, combat, schedules, weather
        |
        v
desktop build + Pygbag mobile/web build