Files
Adolfo c258aebca1 chore(manifest): convert all local apps to V2 format for SDK 0.8.0-dev
- AudioTest, BookPlayer, McpScreen, Mp3Player, PocketDungeon, ReynaBot, RobotArm, VoiceRecorder
- V1 [manifest] version=0.1 -> V2 manifest.version=0.2
- sdk 0.7.0-dev -> 0.8.0-dev
- flags handling: app.flags=HideStatusBar
- Fixes 'Invalid manifest format: manifest.version not found' error during build
2026-07-21 17:42:30 -04:00
..

Pocket Dungeon

Paper Apps-inspired tiny roguelike for Tactility ESP32 devices.

MVP behavior:

  • 9x7 board with walls, treasure, stairs, slimes, bats, and the player.
  • One input = one turn.
  • Move with keyboard arrows/WASD, swipe gestures, or touch quadrants.
  • Bump monsters to attack.
  • Monsters chase/attack after each player turn.
  • Treasure and defeated monsters add gold.
  • Stairs generate the next floor.
  • Best floor and gold persist via preferences.

Build from repo root:

python3 tactility.py Apps/PocketDungeon build esp32s3 --verbose