
完整作品展
技术栈
19 projects


按键打节拍掌握冲刺物理,在 Speed Stars 中创造纪录。
stigo · V2EX
继续上站,今天顺便修了 2 个 bug,系统越用越顺手了 ## 不废话,直接上链接👇👇👇 - [Play Speed Stars Online for Free]( https://speed-stars.top/)  - [Drive Mad Unblocked]( https://speed-stars.top/)  ## 后面计划多做几个模板,告别千篇一律

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

通过 AI 反馈进行打字练习,提高速度和准确性。
@AmitGajbhare · X
We build - a modern typing platform that helps people improve typing speed and accuracy with AI-powered practice, real-time feedback, progress tracking

用 flashcards、测验和 AI 辅导学习编程技能,基于记忆科学。
@mkappworks · X
I am building lets connect

用AI World Generator从文本和照片实时生成互动3D世界,用于游戏、研究和机器人。
ai world generator — 用文本和照片生成自然风光视频的 AI 工具网站

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