• v0.1.2 76db1d5a9c

    v0.1.2 Stable

    gitea_admin released this 2026-07-03 20:23:00 +00:00 | 0 commits to main since this release

    Added

    • Environment libraries: scripts/deploy.sh takes LIB as the target env (SOMEARA1 = CI
      scratch, SOMEARA2 = staging, SOMEARAB = prod), asserts the pre-provisioned library exists
      (pub400 denies CRTLIB), and runs every compile behind CHGCURLIB $LIB in the SAME job
      (zelnet ≥0.10.1 multi-command cmd). Test reels take LIB too (default SOMEARA2) and
      CHGCURLIB before the CALL. New scripts/objects.env declares the object manifest the
      pipeline packages (SAVF) and promotes (CRTDUPOBJ).
    Downloads
  • v0.1.1 314f978231

    v0.1.1 Stable

    gitea_admin released this 2026-07-01 13:53:31 +00:00 | 6 commits to main since this release

    Fixed

    • extract.sh usage example: corrected the stale copy-paste MBRGLOB='LEM*' (left over from
      rpg-lemonade) to this repo's real members MBRGLOB='MUNCH*' (the MUNCHD/MUNCHERS source
      members). The example now scopes an extract to the members that actually exist here.
    Downloads
  • v0.1.0 1402186605

    v0.1.0 Stable

    gitea_admin released this 2026-07-01 09:33:02 +00:00 | 10 commits to main since this release

    Added

    • First cut: Number Munchers for the 5250 green screen — MUNCHD display file (one GRID
      record: a 6×5 grid of numbered cells C01..C30 + score/lives/level, an ENDGAME panel) and
      MUNCHERS RPG. The 5250 cursor is the Muncher: CSRLOC(SETR SETC) parks it, RTNCSRLOC
      reports the landed cell; Enter munches. Munch every MULTIPLE OF n to clear the level; a wrong
      number costs a life; Troggles chase and a catch costs a life. Seedable CEERAN0 RNG;
      PARM('DEMO ') builds a fixed level-1 grid.
    • Reverse-image color via DDS option indicators: green Muncher tile (60+cell), red Troggle
      tiles (30+cell) — needs zelnet ≥ 0.9.4 (free-roaming cursor + reverse-image backgrounds).
    • Per-scenario greenscreen reels — test-1-munch-a-multiple, test-2-troggle-chase,
      test-3-clear-the-level — each --records its own asciicast; the release pipeline renders
      one mp4 per reel and the dashboard shows them as a click-to-enlarge gallery.
    Downloads