A downloadable tool

PAWS-AI: The 8-Bit Text Adventure Engine, Reimagined with AI

Welcome to PAWS-AI, a modern implementation of the legendary Professional Adventure Writing System (PAWS) mixed with cutting-edge AI orchestration.

This project completely decouples classic 8-bit text adventures from ancient hardware constraints, bringing them into the modern web era while preserving 100% of their original, deterministic logical core.

What is PAWS-AI?

PAWS-AI is a dual-purpose project: a modern web/terminal interpreter for classic ZX Spectrum adventures written with PAWS, and an upcoming JSON-backed authoring toolkit to build brand-new narrative experiences.

Through a custom reverse-engineering pipeline, PAWS-AI completely extracts the text, custom charsets, logic ("condacts"), and original vector graphics from raw Z80 emulator snapshots into human-readable JSON tables.

The AI Layer (Without losing the classic soul)

Unlike other modern AI gaming experiments, the AI here does not invent the game. The strict, brilliant logic designed by the original authors remains intact. Instead, AI is used as an accessibility and immersion layer:

  • Natural Language Intent Parser: Tired of "guess-the-verb" bottlenecks? The built-in LLM middleware interprets complex player sentences and gracefully translates them into the precise syntactic commands the classic game logic expects.


  • Vector-to-Art Reinterpretation: The engine reads original Spectrum vector primitive commands (points, lines, fills) and feeds them into image generation models to upscale the graphics in real-time. Toggle between pixel-art, digital painting, realistic, or cartoon styles on the fly!




  • Rich Dev Tools: Includes an advanced debugger for tracking engine state, flags, code tracing, transcription features, and autoplay for integration testing.



Current Status & Future Roadmap

The code is currently private while I refine the core interpreter and engine.

The next major milestone is building a modern graphical editor. Since the new engine works entirely with readable JSON data, you won't need to deal with old 8-bit compilers. You will be able to write, test, and package brand-new text adventures natively for the modern web.

Support the Development

This is a passionate, solo reverse-engineering project. If you love retro-preservation, interactive fiction, or experimental AI workflows and want to see the editor come to life sooner, consider buying me a coffee!

Watch the demo video below to see the interpreter, the intent parser, and the real-time image re-rendering in action!


Leave a comment

Log in with itch.io to leave a comment.