About KlyxGames
KlyxGames is a collection of 45 card, board, puzzle and dice games that run entirely in your browser. There is nothing to download and no account to create.
How it's built
The site is a Next.js application. Every game shares a common engine — a card and deck model with cryptographically-strong shuffling, a turn manager, and a scoring layer — plus a separate grid engine with a minimax search used by the board games. Card artwork is drawn as SVG at render time rather than loaded as images, which keeps the games sharp at any size and fast to load.
Rules and originality
Every game here is implemented from its standard, publicly-documented rules. The rules of Solitaire, Hearts, Chess and the rest are in the public domain — nobody owns them. All the code, artwork and written content on this site is original work created for KlyxGames.
Your data
Game statistics, settings and saved games are stored in your browser's local storage. They never leave your device, and clearing your browser data will clear them.
Fair play with the bots
The computer opponents only see what a human player in the same seat would see. They don't peek at your hand, and shuffles are generated with the browser's cryptographic random source rather than a seeded generator.