About Steelwint
What this site is
Steelwint hosts four games: Memory Match, Snake Drift, Ascension, and Sudoku Frost. Each one lives on its own page, loads in well under a second, and starts the moment you press a button. There is no launcher, no lobby, and no tutorial you have to sit through first.
We built it because most free game sites treat the game as bait. You arrive wanting to play, and you land on an interstitial, a sign-up wall, or a video ad. We wanted the opposite: open a page, play a game, close the tab. That's the whole product.
How it actually works
The site is plain HTML, one stylesheet, and one JavaScript file. There is no framework and no build step, which is why every page is small and why it still works if you download the folder and open it from your desktop with no server running.
A few specifics we think are worth stating, because they are checkable rather than decorative:
- Sudoku Frost does not simply punch holes in a completed grid and hope. It removes a cell, runs a backtracking solver, and puts the cell back unless the puzzle still has exactly one solution. Every board you see has a single correct answer.
- Snake Drift advances on a 130 ms tick that shortens as you eat. We do not offer a slow mode, which we acknowledge on our Accessibility page as a real barrier rather than pretending otherwise.
- Your best scores are written to
localStorageunder four keys prefixedstw_. Clearing your browser data erases them, and so does the Clear button on the home page. They are never uploaded, because there is nowhere to upload them to.
What we deliberately left out
There is no gambling on Steelwint. Nothing is wagered, nothing is won, and no score converts into money, credit, or a prize. That is a design decision, not a compliance afterthought, and it is why you will not find a virtual currency or a loot box anywhere on the site.
We also left out accounts. Signing in would mean holding your email, which would mean securing it, which would mean explaining what we do with it. Skipping the account skips all three problems.
Today the site carries no advertising and loads no third-party scripts. If that ever changes, the Advertising Disclosure and Privacy Policy get updated in the same change that enables it — not afterwards.
Who runs it
Steelwint is operated by [Registered Business Name], reachable at [email protected] and at [Street Address], [City], [Province/State], [Postal Code]. The Contact page has a form that drafts an email to that same address in your own mail app.
If something on the site is broken, unclear, or hard to use, writing to us is the fastest way to get it fixed. We read everything that arrives.
Try a game
Start with Memory Match if you want something calm, Snake Drift if you want something fast, Ascension if you want something you can think about, or Sudoku Frost if you want something that will take a while.