AI Slots, built in the open.

AI-slots.com is a showcase of transparent slot games designed end-to-end with AI — disclosed RNG, visible symbol weights, live RTP simulators and source code you can read. Pick a game and spin: no signup, no money, no hidden math.

Game catalogue

Six AI-built demo slots, each with a different mechanic. Every game displays its full paytable, RNG weights and an on-page Monte Carlo RTP estimator. Click any tile to play.

Why transparent AI slots matter

Most slot games are black boxes. The RNG is unverifiable, weights are secret, and "RTP" is a single number on a regulator's PDF. AI-slots.com flips that. Every game on this site is built so a curious player — or an auditor — can read the math, see the weights, and re-run the RTP themselves.

Disclosed weights

Every symbol's RNG weight is shown next to the reels. You can see exactly how likely each symbol is to land.

Live RTP simulator

Each game ships with a Monte Carlo estimator. Run 10k–50k spins in your browser and verify the published RTP.

Inspectable code

It's plain JavaScript. View source, open the dev tools, read the paytable logic. Nothing is minified or obscured.

Built with AI

Math, art, animations and copy were generated with AI assistance — proof that AI can deliver auditable casino mechanics, not just black-box models.

No money, no signup

Demo coins live in your browser. There is nothing to deposit, nothing to lose, and no account to create.

Mobile-friendly

Every game is responsive and installable as a PWA. Spin from a phone, tablet or desktop.

How an AI slot is built

Every game in the AI Slots catalogue follows the same five-step pipeline. The point isn't that AI replaces a math designer — it's that AI shows its work at every step, so the result is auditable.

1. Symbol set and weights

The AI proposes a symbol set (wild, scatter, premiums, low-pays) and assigns a numeric weight to each. Higher weight = more likely. The weights are written into a plain JavaScript object you can read in the source.

2. Paytable

For each symbol, a multiplier is defined for 3, 4 and 5 of a kind. Multipliers apply to the per-line bet (your total bet divided by enabled lines). No "hidden" multipliers, no near-miss adjustments.

3. Paylines / mechanic

The AI picks a mechanic that suits the theme: classic paylines, cascades, cluster pays, Megaways, or hold-and-win. Each is a clearly described rule applied to the visible grid.

4. RNG

We use a seeded xorshift32 RNG. The seed is refreshed from Date.now() plus the page's entropy at load. No server roundtrip, no hidden bias, no rolling state across users.

5. Verification

Every game has a Monte Carlo RTP estimator built into the page. It re-runs the exact same picks, evaluations and cascades the live game uses, thousands of times, and reports the empirical RTP. Run it yourself.

Frequently asked questions

Everything you might ask about AI Slots, AI-built games, and transparency.

What is AI Slots?

AI Slots (AI-slots.com) is a free, no-signup catalogue of slot games designed and built with AI assistance. The site exists to demonstrate that AI can produce transparent, inspectable slot mechanics — math, art and animation included.

Is this real-money gambling?

No. Every game uses virtual demo coins that live in your browser's localStorage. There is no deposit, no purchase, and no cash-out. This is a transparency showcase, not a casino.

How can I verify the RTP myself?

Open any game and click the "Re-simulate" button on the right-side transparency panel. It runs a Monte Carlo simulation with the exact weights and paytable shown next to the reels. You'll get an empirical RTP percentage over thousands of spins.

Did AI actually build these games?

Yes. The reel math, paylines, animations, procedural symbol art and SEO copy were generated and refined with AI. The build pipeline and resulting code are intentionally simple so a human can read every line.

What mechanics are covered?

Six mechanics: classic 25-line paylines, cascades with free spins, cluster pays, Megaways-style variable reels, hold-and-win bonus rounds, and a retro 3-reel classic. Each is a separate page in the catalogue above.

Can I use this code for my own slot?

The intent of AI Slots is educational and demonstrative. If you're interested in licensing the math models or commissioning a custom transparent slot, get in touch via the email in the footer.

Why does it matter that slots are transparent?

Player trust. Most slots ship as compiled binaries with sealed RNGs and an opaque RTP figure. Transparent slots flip the trust model: you don't have to trust us — you can verify us.