← Back to Home
ace.day

Overview

ace.day is a Wordle-style daily ritual built around a physics skill instead of a word. Everyone gets the same hole each day, you get one shot, and you're graded on where the ball comes to rest — closest-to-the-pin, not lowest score. The whole game is reading the slope of the green (the "break") and dialing your pace; the break is deliberately not previewed, because reading it is the skill.

Under the hood it's a small daily-game engine, not a single game. Putting (ace) is one skin; a curling variant (curl) is a second skin that exists to prove the abstraction — a new sport is a new game object and nothing else.

Design

Stack

A single self-contained index.html — no build step, no dependencies, runs offline. Custom 2.5D projection and a seeded PRNG for the daily hole, deployed as a static site on Vercel.