Nakama – Interactive Browser Companion
A browser extension companion that renders pixel-art sprites dynamically at runtime, with zero external image dependencies.
• Designed a custom procedural rendering engine using HTML5 Canvas math matrices to generate pixel-art sprite sheets at runtime (0B external assets).
• Engineered a game loop with a deterministic finite state machine (FSM) for 8 behavioral states and AABB collision detection.
• Deployed cross-script runtime messaging via background workers, hostname theme mapping, and localized extension storage merging.