The purpose
In 2016, for learning Web development and due to a certain fascination with games like Zahada and Capture-The-Flag challenges, I created a small puzzle game playable directly in the browser.
I wanted a puzzle game that could be played instantly, from any browser, with no account and no install.
The solution
A small static website built with HTML and CSS, where you need to find clues and solve riddles to discover the code for the next level. In 2026, I revived the old project. I refactored the game with Svelte and packaged it in a Docker container, served through Caddy directly from andreibalea.ro. The game logic runs entirely client-side; the server only ships static files.
The outcome
The game is live at /arcanum-quis. You only need a modern browser and basic web knowledge to play. No installation, registration or authentication is required. You can play alone or invite friends to help you solve the riddles.
