Root Directive is an interactive, browser-based puzzle game designed to look and feel like a custom desktop operating system. The core gameplay requires the user to navigate the OS environment, use system diagnostics, and review config logs to piece together a 6-digit cryptographic code to access the central vault.
Patchwork is an interactive calendar app I built to give new life to an ancient Lenovo touchscreen laptop that a friend gave me. The computer was too old to run a normal operating system, so I created a super lightweight web app that runs smoothly even on old hardware. It turns daily goal tracking into a game, letting you unlock digital "stickers" as you finish tasks. Technical Structure ·Front end: HTML5, CSS3, and JavaScript for a dynamic UI. ·Back end: Google Apps Script, using serverless execution to handle data persistence and asset management. · Asset Pipeline: Integrated with Google Drive to allow for new images (stickers) to be uploaded remotely. Key Features ·Asset Management: Created logical constraints to govern the asset lifecycle. ·Server Communication: Created efficient front-end listeners that communicate asynchronously with Google Apps Script web endpoints, updating the UI smoothly without requiring a reload.