Technical Portfolio & Engine Specifications
Pixelus Studio is a lightweight, web-based IDE and custom DSL (Domain Specific Language) interpreter designed for authoring interactive text adventures. Featuring real-time parsing, line-by-line syntax verification, interactive learning modules, and assistant feedback powered by Sparky.
Pixelus uses a 3-keyword DSL structure engineered for simplicity and high readability:
scene <name>Declares a node/room in your story graph. Execution always starts at scene start.
say "<text>"Outputs narrative body text to the player's view stage inside double quotes.
choice "<label>" goto <scene>Generates an interactive button that jumps execution to the target scene name when clicked.