
完整作品展
技术栈
20 projects


可交互的小型、荒诞 AI 项目集合,每个耗时约十秒
@KarolBuilds · X
My AI slop at is so underrated that I’m the only visitor.

在 Electron Dash 中控制宇航员穿过霓虹太空隧道,躲避障碍物和激光。
leeswal · V2EX
Electron Dash 节奏很快的平台跳跃游戏 游戏里你要控制一个宇航员在太空隧道里不断向前跑,一路躲开各种坑洞、障碍物和激光。随着速度越来越快,对反应速度和操作的要求也会越来越高,一不小心就会掉下去,只能重新开始。 操作很简单,上手就能玩明白: ← / A:向左移动 → / D:向右移动 ↑ / W 或 Space:跳跃 游戏没有复杂的规则,目标就是尽可能跑得更远,挑战更高的分数 游戏地址: https://electrondash.site/ https://i.imgur.com/7N3C3rx.png

免费在线生成器和决策工具,包含 Yes/No 生成器、随机选择器和转盘游戏。
@qt_nest · X

多人在线实时画图猜词游戏,创建房间分享链接即可畅玩。
DoodleGuesser — 免费在线画图猜词派对游戏,创建房间分享链接与朋友即时畅玩,实时画图猜词,自动计分轮换,无需下载注册

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

一款无尽跑酷游戏,你扮演忙碌公牛,收集$JAMES代币并躲避Monad市场风险。
@0xNftLegend · X
I built a game for $JAMES lovers. The Busy bull of Monad. Thanks @buildanythingso for inspiring me. My first Vibe Coded game. with no coding knowledge at all.

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