
SZ Games - Free Online Browser Games | Play 1000+ Games
Play 1000+ free online games directly in your browser without downloading anything.
SZ Games — 提供超过 1000 款免费在线游戏的平台,涵盖动作、益智、赛车、模拟等多种类型。无需下载,直接在浏览器中畅玩,支持 PC、手机、平板等多平台设备
The full gallery
Tech stack
23 projects

Play 1000+ free online games directly in your browser without downloading anything.
SZ Games — 提供超过 1000 款免费在线游戏的平台,涵盖动作、益智、赛车、模拟等多种类型。无需下载,直接在浏览器中畅玩,支持 PC、手机、平板等多平台设备

A browser game that turns text selection frustration into a peaceful puzzle challenge.
@PreciseAccident · X
I turned one of the most frustrating mobile experiences into a tiny browser game. When the world's most frustrating text selection meets peaceful words.

Avoid guessing the hidden word in this reverse Wordle game by following color clues.
lby910722 · V2EX
做了一个免费的 Don't Wordle 反向 Wordle 小游戏 最近做了一个原生浏览器版的 Dont Wordle: https://dontwordle.app/ 玩法和 Wordle 反过来:不是尽快猜中隐藏单词,而是要在遵守每一轮颜色提示的前提下,尽量避免猜中答案。页面里有合法单词数量、Undo 、每日局、本地保存进度,不用登录。 技术上是原生页面里的小游戏组件,不是 iframe 。欢迎试试,有反馈也可以直接回帖。

Analyze chess games with natural language explanations using an open-source browser tool with no login required.
u/ICARUS_2X · Reddit
Spent 7 months building a FOSS platform for natural-language chess analytics (No LLM) Hey guys, I've released CHONSE2, an open-source game review platform that offers unlimited analysis and move explanations without using hallucination-prone LLMs, running entirely in your browser. chonse2.com But Lichess is free, so why use this? Some have asked. It expands on Lichess's feature set a few different ways: Full analysis (accuracy/elo estimations/eval graphs, etc) requir

Translate manga, manhwa, and webtoons with AI while preserving layout and speech bubbles.
Mee Manga Translator — 基于 AI 的漫画翻译工具,支持将日漫、韩漫等图片一键翻译成目标语言,并自动保留原有排版与气泡位置,实现自然、可读性高的漫画翻译体验

Play 7 Takes, a card game of nerve and memory, against an AI dealer.
u/termicrafter16 · Reddit
A friend taught me a Slovenian card game two days ago. GPT-5.6 Sol helped me turn our argument into an AI opponent. Two days ago, a friend taught me Sedmice, a traditional card game we play in Slovenia. The rules are simple, but we quickly got into an argument about the best moves. Naturally, I decided the reasonable way to settle it was to build an AI opponent. I wrote out the rules, project specification, architecture, and implementation details, then handed the logic to GPT-5.6 Sol. Ab

Log workouts, follow fitness routines, and track your progress.
@kenshofitness · X

AI assistant that instantly converts your thoughts into organized tasks, notes, and contacts.
u/Firenze30 · Reddit
I built an AI personal assistant that turns brain dumps into tasks, contacts, and notes. No filing required My job requires me to work across multiple projects at different scopes. Recurring monthly tasks, one-time requests, long-term initiatives, operational work. Things come at me from emails, chat messages, meetings, and verbal conversations. And the worst part is getting asked about a project decision from months ago. That decision could be buried in an Outlook email, a Wo

Play Yahtzee against an optimal AI to test your strategy intuition.
@afotherg · X
I vibe coded an optimal yahtzee game. See if your intuition is the right move. Repo at with acknowlegements

Draw tarot cards and receive AI interpretations for love, career, and fortune guidance.
TarotQA — AI 塔罗占卜平台,提供多位 AI 塔罗师风格、智能牌阵推荐、每日运势和语音解读等

Play a free online tile-pattern game with friends or solo against the computer.
heliostatic · HN
A couple weeks ago we were on vacation with friends, and after the kids were asleep we played games -- mostly Qwirkle, which I had never played and am terrible at. I don't care about being terrible at games, so I made a web version to keep playing after vacation: build lines of tiles that share a color or a shape, 2-4 players (or add bots). I wanted it to be low friction, so there are no accounts. Your identity is an anonymous id in localStorage, and you can move it to another device by scanning a QR code or hitting a unique url. Start a game and text someone the link (game slugs are semi-memorable three word phrases), or "Play the computer" and you can play immediately against bots. Games are async-friendly with web push for turn notifications. The stack is one Node process on a small VM, Next.js + Socket.IO, no database. The server and the client use the same engine so moves validate optimistically, and the bots go through the same functions, so bot moves are always legal. State is