
Doodle Drawing Guessing Game Online Free | DoodleGuesser
多人在线实时画图猜词游戏,创建房间分享链接即可畅玩。
DoodleGuesser — 免费在线画图猜词派对游戏,创建房间分享链接与朋友即时畅玩,实时画图猜词,自动计分轮换,无需下载注册
完整作品展
技术栈
60 projects

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

一款多人浏览器游戏,你在其中绘制像素艺术,并猜测他人的绘画。
u/Southern-Swim-2801 · Reddit
I’ve been building this multiplayer browser game https://reddit.com/link/1vkutfn/video/x9dxm90iqmih1/player Would love for more people to try it. I used to play Skribbl all the time with my friends and kept thinking it’d be fun if you could make it more your own, so I ended up building my own version. You can add your own words with friends, there’s built-in audio so you can actually talk while playing, added a feature to draw using hand gestures through your camera and if you’re play

与朋友一起画秘密提示,让AI评判和吐槽你的绘画。
u/Mental_Training4132 · Reddit
Doodle Judge — built a game where an AI roasts your drawings, solo project Everyone in the room draws the same secret prompt under a timer. An AI (Claude Haiku) judges every drawing on a different criteria each round. The AI might roast you if you're not the best doodler. Built it solo. React/Tailwind frontend, FastAPI backend, deployed on Railway. Play with friends via a room code, or try it solo first to see how it works. No sign-up beyond picking a name. Would love any feedback or im

用AI生成绘画提示和多难度计时挑战。
haowen8098 · V2EX
做了一个随机绘画题目生成器 它可以根据绘画类型、难度和挑战时间生成题目,还提供倒计时和可选的 AI 参考图: https://www.drawingpromptgenerator.com/ 目前还是早期版本

使用AI创建像素艺术精灵和游戏资源,然后在浏览器中编辑并导出。
hugodpz · Product Hunt
AI Pixel Art Generator The professional AI pixel art generator for game developers

2-4人从照片猜单词的游戏。
@wafa1985dz · X
Check out what I just built with Lovable!

通过猜测AI生成图像的位置和时间来测试你的地理知识。
TimeGuessr — 给你一张图片,让你猜测图片发生的时间和地点。我们把 Timeguessr 的玩法原封不动地搬了过来,只是把图库换成了另一批“假照片”——全部由 AI 生成的过去 50 年里可能发生的瞬间

用摄像头与AI对战Rock-Paper-Scissors,享受复古90年代像素风格。
@web3_key · X
用Claude AI 做了一个RPS经典游戏,结合了动态捕捉


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

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