
Fake Zoom
与AI同事进行虚拟视频会议,支持语音指令和可拖拽参与者窗口。
stets · HN
Fake Zoom, hang out with AI coworkers and feel the synergy
完整作品展
技术栈
60 projects

与AI同事进行虚拟视频会议,支持语音指令和可拖拽参与者窗口。
stets · HN
Fake Zoom, hang out with AI coworkers and feel the synergy

拖动方框体验Flexbox布局引擎的推断过程。
drzivil · HN
Drag boxes around and watch a layout engine infer the Flexbox (no AI)

用 AI 为演讲、会议和活动创建交互式民调、测验和游戏。
u/molefrog · Reddit
create multiplayer apps that you can play with friends or share with coworkers. Like Slido/Kahoot but you can create your own one with AI. It can build polls, quizzes or games. had this idea for a while, the space isn't new and there is apps like Kahoot that presenters or educators use for polling/quizzes. however the templates are limited, so I decided to ship my own vibe-coding IDE for generating these. you just describe it for example "noise meter: people scream at their phon


Tap Tap Blocks是手机九宫格益智游戏,点击动物瓷砖配对消除。
@jacobhodgson · X
My kid asked me to make a game for her, not to download but to create, so I fired up Claude Code and after an evening, produced three games all of which you can now play on your phone. Tap Tap Blocks ( ) is built from a nine-tile grid of animals, all of which respond when you tap them, and a MAGIC button, because every game needs one. And that’s all there is to it – because that’s all there should be to it, for a little girl. Emoji Wonderland ( ) has six realms – garden, ocean, space, jungle, food, animals – and you get to pop the emojis and drag them around to gather them – it was my favourite game to make, which is not always the case. and Lucky Vegas ( ) has five reels, a paytable, an auto-play function, and a $50,000 jackpot of entirely fictional cash, for which I am grateful, as I was the only one playing. But it was using Twemoji that made them feel like real games, and not just crude experiments with clip-ar

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

与3层视差太空场景互动的演示。
@iampoul · X
made with v0 and just a fun demo to try my own parallax package xD got bored.

Explore a living pixel-art character atlas inside an isometric cargo arena.
@deducationsol · X
Built Pixlab Charaa. It's up on the @KrackedDevs showcase: production : #buildinpublic #vibecoding #pixart #showcase #hobby

在浏览器中体验Tank & Tackle的反重力游戏。
@_kidrah_24 · X
I vibe coded this game recently try it . Used anti-gravity for this .

多人策略游戏融合象棋与骰子机制,与伙伴进行快速对战。
@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

AI Games Prompt Atlas: a map of the games people ask to build
vladgl94 · HN
AI Games Prompt Atlas: a map of the games people ask to build

3D骰子模拟工具,支持D4-D20,掷骰即得结果和总点数。
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/ 它和骰子类似,都是临时做随机决定的小工具。