
Doodle Drawing Guessing Game Online Free | DoodleGuesser
Multiplayer drawing guessing game you can play instantly in your browser with friends.
DoodleGuesser — 免费在线画图猜词派对游戏,创建房间分享链接与朋友即时畅玩,实时画图猜词,自动计分轮换,无需下载注册
The full gallery
Tech stack
60 projects

Multiplayer drawing guessing game you can play instantly in your browser with friends.
DoodleGuesser — 免费在线画图猜词派对游戏,创建房间分享链接与朋友即时畅玩,实时画图猜词,自动计分轮换,无需下载注册

A multiplayer browser game where you draw pixel art and guess others' drawings.
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

Draw the same secret prompt as your friends, then let an AI roast your drawings.
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

Create drawing prompts with AI images and timed challenges at various difficulty levels.
haowen8098 · V2EX
做了一个随机绘画题目生成器 它可以根据绘画类型、难度和挑战时间生成题目,还提供倒计时和可选的 AI 参考图: https://www.drawingpromptgenerator.com/ 目前还是早期版本

Get drawing prompts and ideas with an interactive game that scores your sketches.
画什么 — 从画圆开始,看看你画的圆可以得多少分
Create pixel art sprites and game assets with AI, then edit and export them in your browser.
hugodpz · Product Hunt
AI Pixel Art Generator The professional AI pixel art generator for game developers

2-4 player multiplayer game where you guess words from photos.
@wafa1985dz · X
Check out what I just built with Lovable!

Guess the time and location from AI-generated images to test your geography knowledge.
TimeGuessr — 给你一张图片,让你猜测图片发生的时间和地点。我们把 Timeguessr 的玩法原封不动地搬了过来,只是把图库换成了另一批“假照片”——全部由 AI 生成的过去 50 年里可能发生的瞬间

Play Rock-Paper-Scissors against AI using your webcam in retro 90s pixel style.
@web3_key · X
用Claude AI 做了一个RPS经典游戏,结合了动态捕捉

Collect, battle, and evolve digital creatures in a browser-based game.
@playxbeasts · X

Play a free online tile-pattern game with friends or solo against the computer.
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

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