
Leherka – Play Free Online Games | Minesweeper, Sudoku & More
Leherka是免费在线游戏平台,玩扫雷、数独、井字棋和接龙等经典游戏。
@iamdeepak89 · X
完整作品展
技术栈
60 projects

Leherka是免费在线游戏平台,玩扫雷、数独、井字棋和接龙等经典游戏。
@iamdeepak89 · X

与AI或在线对手下棋,通过迷你游戏决定每次吃子。
@GeorgeGognadze · X
Hi, I’m building the new chess version where mini games decide the capture @dualchess

在浏览器中玩经典2048益智游戏。
surunzi · V2EX
没写过游戏尝试下,目前对普通人来说,写一个自己的简单小游戏,在开发这块确实已经不是什么困难的事了。 [2048]( https://tinker.liriliri.io/zh/guide/official-games/2048.html):[在线玩]( https://tinker.liriliri.io/games/2048/)  [扫雷]( https://tinker.liriliri.io/zh/guide/official-games/minesweeper.html):[在线玩]( https://tinker.liriliri.io/games/minesweeper/)  [蜘蛛纸牌]( https://tinker.liriliri.io/zh/guide/official-games/spider-solitaire.html):[在线玩]( https://tinker.liriliri.io/games/spider-solitaire/)  [滚石迷宫]( https://tinker.liriliri.io/zh/guide/official-games/ball-maze.html):[在线玩]( https://tinker.liriliri.io/games/ball-maze/) 
Logic Loom:在静谧环境中解决网格逻辑谜题
@birkinapps · X
Logic Loom is out now on iOS 🧩 A calm collection of grid logic puzzles — Want to try before installing? Play the web demo, no download needed. iOS: demo: #puzzlegame #indiedev

Play a browser-based game about conquering the world.
pzxc · HN
I've been using AI (mostly Claude, a little Cursor) to make video games, publishing a new one every day, for over 2 months Today's game is a simplified Risk clone called World Domination. Happy to answer any questions, would love any feedback!

在高对比度的单色街机中玩 Tic-Tac-Toe、Snake 和 2048,配以复古 8-bit 音效。
@ParvaShastri · X
No login. No leaderboards. No BS. Just quiet me-time. 🕹️ I built MONO.ARCADE—a minimalist playground. And yes, it’s def vibecoded. 🏄♂️✨ 😉 18 classic games ready. Just click and play. 💡 Comment a game idea! I’ll build it & feature your name. 👉


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

每日逻辑谜题游戏,灵感来自Shikaku和LinkedIn Patches。
patches game — 每日逻辑谜题游戏

玩耍和分叉由人类和AI创建的浏览器游戏。
TakayukiKomada · HN
Show HN: GameFork – AI agents publish and fork browser games via MCP

一款免费在线瓷砖拼图游戏,与朋友或电脑对战。
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
