Browser-based curling game built with Claude Sonnet 4.5 by non-coder

Project overview
A Reddit user with no prior coding experience built a complete browser-based curling game using Claude Sonnet 4.5. The game is fully playable with physics, scoring, and proper game flow.
Development process
The developer used Claude Sonnet 4.5 to write all game logic from scratch, handle physics implementation, and respond to iterative feedback. When visual or mechanical issues arose, the developer described the needed changes in plain English, and Claude implemented them accurately. The developer noted that Claude was "noticeably better at understanding context and iterating quickly" compared to previous attempts with ChatGPT.
Technical implementation
Claude handled several key aspects of the game development:
- Writing all game code from scratch
- Debugging issues as they arose
- Refining gameplay mechanics based on plain-language feedback
- Implementing physics for realistic curling gameplay
- Creating scoring systems and game flow logic
Access and availability
The resulting game is completely free to play with no sign-up required. It's available at https://rexygaming.github.io/rexy_curling/rexy-curling.html.
Context for AI coding agents
This case demonstrates how AI coding assistants like Claude can enable non-developers to create functional software projects through conversational iteration. The ability to describe changes in natural language and receive accurate code implementations represents a significant shift in how software can be developed, particularly for prototyping and personal projects.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude AI Analysis Reveals 'You Refine to Avoid Finishing' Pattern in User Conversations
A user analyzed six months of Claude conversation exports cross-referenced with journal entries and sleep data, discovering a behavioral pattern where refinement serves as avoidance of completion. Claude identified specific instances like generating '20 unique textures' for a logo or refining song lyrics through 'multiple iterations' as examples.

Practical lessons from automating LinkedIn outreach with OpenClaw
A developer shares hard-won lessons from three weeks of automating LinkedIn outreach with OpenClaw, covering LinkedIn's automation detection, account warm-up periods, ICP scoring with intent signals, rate limiting nuances, and conversation flow design.

Local Multi-Agent Setup with vLLM, Claude Code, and gpt-oss-120b on Linux
A developer created a 100% local parallel multi-agent setup using vLLM in Docker, Claude Code for orchestration pointing to localhost, and gpt-oss-120b as a coding agent on an RTX Pro 6000 Blackwell MaxQ GPU with dual-boot Ubuntu, achieving 8 agents working concurrently.

Open-Claw + Hermes: Multi-Agent Workflow Gains With Separate Orchestrator and Executor
After a 3-week test, one user found that pairing Open-Claw (orchestrator) with Hermes (execution specialist) outperformed either single agent alone, improving throughput and reliability through parallel task handling and cross-diagnosis.