
DualChess — Chess meets Mini-Games
Play chess online or against AI, with mini-games deciding every capture.
@GeorgeGognadze · X
Hi, I’m building the new chess version where mini games decide the capture @dualchess
The full gallery
Tech stack
60 projects

Play chess online or against AI, with mini-games deciding every capture.
@GeorgeGognadze · X
Hi, I’m building the new chess version where mini games decide the capture @dualchess

Multiplayer game combining chess strategy with dice rolling mechanics in fast-paced skirmishes.
@z3roshot · X
Made up a game where chess meets dice: roll, shop, secretly place, fight. ⚄ Same deterministic engine runs the bots and the humans. Server-authoritative so nobody can peek at your hidden pieces. Built with Claude Code. Read more

Spot the odd shade in daily color puzzles, no login needed.
@EthanGinsberg · X
building and marketing

Play Tic-Tac-Toe, Snake, and 2048 in a high-contrast monochrome arcade with retro 8-bit sound effects.
@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. 👉

Benchmark AI models by having them animate a 3D banana plant's full lifecycle.
fran-mora · HN
I gave 5 AI coding agents one prompt: grow a banana plant through its whole life in three.js: sprout, leaves, flower, fruit, rot, then pups that restart the loop. It's deceptively simple and yet very hard to get right from procedural code: you have to write working three.js and understand how the plant is actually built; how it hangs, ages and decays. Get the biology wrong and the code renders something weird. These are agents, not bare models (Claude Code and Codex for now). They can use tools, including playwright to check their work and improve it.

Race on stock and cryptocurrency charts transformed into motocross tracks in your browser.
StonkRider — 将真实股票和加密货币 K 线图变成越野摩托赛道的网页游戏,选择股票代码(TSLA、GME、BTC-USD 等)驾车冲刺

A game where you pretend to be AI to compete for jobs.
bossissb · V2EX
大家都在分享自己做的工具,我也分享一个摸鱼的 地址 https://humanapp.app/ 或者 https://www.humanapp.app/ 抄的国外的网站 求兄弟们给点意见,我即时修正,听劝

Collection of free HTML5 mini-games including puzzle, casual, action, and adventure genres for workplace breaks.
摸鱼小栈 — 小游戏集合 - [更多介绍](https://www.aolifu.org/article/moyu)

Block distracting websites by solving math or coding puzzles.
hackitup7 · HN
TLDR built a Chrome site blocker that lets you into distracting sites only after you do some math or simple coding (JS only right now). Direct link to extension (the site just gives you more context): https://chromewebstore.google.com/detail/sphinx-earn-your-di... Philosophically it's a speed bump rather than a hard gate, because you'll eventually tear a gate down but you'll leave a speed bump. I've always eventually removed site blockers, or just had them become a nuisance that I reflexively dismiss before getting to distracting sites. Site blockers don't really reduce the "start navigating to a distracting site" muscle memory, and they eventually just become annoying. Dopamine is a hell of a drug. At the same time, I've been getting frustrated that my intermediate/advanced math skills have atrophied, and becoming more senior in my career (plus AI...) has caused my coding skills to atrophy even further. Realistically I'm not going to force myself to do math or coding exercises aft

Play a voxel platformer where you help Clawd the crab climb through a kiln to break the Kilnheart.
@davidyarham · X
🦀 I helped Clawd — Anthropic's little crab — fight through a cold dark kiln and break the Kilnheart. 60% fired, 18/35 glaze drops. KILN: a tiny voxel platformer built with Claude. Play it here:

Unscramble word tiles to solve puzzles in this word game.
@JRABARA1 · X
Mid-Century Teak Scramble download freighter app, dm your wallet serves as feedback :)

Roll 3D animated dice (D4-D20) for tabletop games instantly.
Nalife520 · V2EX
最近用 Codex 做了一个 3D 骰子! 最近做了一个很小的网页工具:3D 骰子。 做完后有点纠结: 这种小工具到底应该保持极简,还是把常见功能都补上? 抛骰子: https://wheelpage.com/zh/dice-roller/ Dice Roller: https://wheelpage.com/dice-roller/ 现在功能很简单:打开页面,点一下,骰子滚动,然后给出结果。 一开始觉得骰子就是 1 到 6 的随机数,应该很好做。 但做的时候发现,如果只是直接显示数字,又不太像“掷骰子”;做成 3D 动画,又担心有点多余。 现在倾向于先保持简单,打开就能用,不加太多设置。 顺便也做了一个抛硬币页面: https://wheelpage.com/zh/coin-flip/ 它和骰子类似,都是临时做随机决定的小工具。