Hey Devs ๐
I just soft-launched Doodely โ a fast, browser-based multiplayer drawing & guessing game built in 3 days using Cursor.
This was my first real attempt at building something interactive with real-time multiplayer โ and Iโm still very much a frontend beginner. My goal was to experiment with AI-assisted workflows to see if tools like Cursor could help me ship faster and write clean, future-proof code.
TL;DR: it worked better than expected โ and Iโd love your feedback ๐
โธป
๐ฎ What is it?
One player draws, others guess the word in real time. The faster you guess, the more points you earn.
Think: Pictionary meets charades, but lightweight, modern, and no friction.
โธป
โ๏ธ Tech Stack
โข Cursor (AI dev environment โ my primary tool)
โข React (frontend + basic server routes)
โข TypeScript
โข Socket.IO (for real-time sync)
โข TailwindCSS
โข Vercel (for fast deploys)
Game state is kept in memory for now, as Iโm still testing out hosting tradeoffs.
โธป
๐งช The Soft Launch Plan
I gave myself 3 days and kept the goals super tight:
โข Core gameplay loop: draw + guess + score
โข No login, no installs โ just share a link
โข Public + private rooms, custom word lists
โธป
๐ก What I Learned
โข ๐ง Small scope = faster iteration
โข โฑ๏ธ Real-time stuff breaks fast if sync/timers are off
โข ๐จ Smooth UI makes a huge difference for casual games
โข ๐งช Early users helped me fix bugs I hadnโt even considered
โธป
๐ง Why Cursor?
As a beginner, Iโm constantly jumping between learning resources. With Cursor, I was able to stay in flow and let AI fill in the gaps while I learned in context.
I still had to verify and refactor a lot of the generated code โ but the speed boost was real, and it helped me focus more on UX/game logic.
โธป
๐๏ธ Try It Out
๐ https://doodely.app
(no login required)
โธป
๐ Would love your thoughts!
โข Is the code structure sane for something like this?
โข Does the game flow feel intuitive?
โข What would you improve or add?
If youโre building something similar or using AI tools in your workflow, Iโd love to hear your approach too.
Thanks for reading! ๐
Top comments (0)