| ▲ | rtcoms 10 hours ago | |||||||
I'm a web developer and getting very interested in making games but obvuiouly have 0 ideas about it. Can you recommend any cause to make using Claude Code. | ||||||||
| ▲ | heyitssim 9 hours ago | parent [-] | |||||||
As a web dev you're in a better spot than you think — state management, event handling, render loops... you already have the mental models. Claude Code can genuinely help you with: - Scaffolding a game project (Phaser.js is great for web devs getting into 2D) - Writing boilerplate: input handling, collision detection, basic physics - Debugging weird edge cases in game logic - Generating utility code like sprite sheet parsers, tilemap loaders, etc. What it can't do (and where most beginners hit a wall): - Game design. Knowing what makes a game actually fun is a skill Claude can't shortcut. You need to playtest, iterate, and develop taste. - Art and assets. This is the #1 blocker for most solo devs. Claude can't draw your sprites or design your tilesets. - Feel and polish. Tweaking jump curves, screen shake timing, hit feedback — that's all manual iteration. AI will give you "technically correct" values that feel lifeless. - Architecture decisions. Claude will happily generate an ECS system or a scene manager, but it doesn't know your game's actual needs. Bad architecture early on will cost you weeks later. Start with a tiny scope (like a single-screen platformer), use Claude Code to move fast on the code side, but spend most of your energy on the parts AI can't help with — design and feel. Also, shameless plug, if you want to skip the code entirely and just focus on making the game, that's what CraftMyGame is for. Everything is visual, no coding needed. Might be a good way to prototype ideas fast before deciding if you want to go deeper on the code side ;) | ||||||||
| ||||||||