Yöradat (Night Trails)
A retro browser game supporting a moonlight climbing event. From concept to launch and Meta advertising.
Play the gameThe brief
A moonlight climbing event on 26 September 2026 needed a campaign that ties together the chain's four parks. Instead of just an ad, we built a game: each park has its own level, the leaderboard is public and the best players win tickets. The winner chooses the park.
What I did
- Defined the concept, the character of each level, the difficulty and the prize mechanics.
- Led AI-assisted development with two assistants and brought their work together.
- Tested on real devices and tracked down bugs, such as touch controls that released when a finger slid over the edge of a button.
- Set up the database, deployed the game to the server and published two language versions in WordPress.
- Designed the ad creative in Photoshop and set up the campaign in Meta.
After launch
- The first days with real players showed what automated tests cannot. I moved score submission and instructions to their own screens, which removed scrolling from all 40 measured screen sizes.
- The leaderboard now shows only the best score per nickname, and the same run cannot be submitted twice.
- Ähtäri was added as a fourth prize park because it holds its own event on a different date. The database check constraint was extended before release.







Scores are stored in PostgreSQL with row-level security. Email addresses are never exposed to the browser, and nicknames are moderated in the database.














