I can open Defold projects directly in Cursor which is very cool. Heard Claude Code is more powerful but has an unfriendly interface. Thoughts?
Try few different and see whatever works for you the best
All of the Defold game projects, except obviously your art, 3D or sound assets are text files (all Defold components, scripts, modules), so you can open them in any Text Editor, including Cursor or VS Code with some plugins and LLMs can read them and help you writing and updating them. Afaik, Claude Code is a CLI tool, so if it’s unfriendly to you, I recommend plugins like Windsurf or Codex, that open in VSCode in a tab. For best results - make small tasks, explain stuff, point out to documentations. Bear in mind those are pre-trained transformers, but nowadays most of them have web access. They might though sometimes “imagine” incorrect API and use it, so double check it. There is also “llms-full.txt” file for better context in working with Defold:
I think cloude code give high quality code and less error prone as compared to cursor. And yes you are it has an unintuitive interface as it is not an IDE like cursor but a node based terminal appplication, which make it a bit complex as compared to cursor.
Here’s the best way to do it (and cheapest).
Buy Claude ($20/month). Use claude code in VS Studio (with Defold Kit).
Also use ChatGPT Codex (get it by signing up as a business…just need to buy two accounts).
I use them all. And when codex runs out of tokens I switch to my 2nd ChatGPT account.
But both Codex and Code work great, then they get stupid…when that happens I switch to the other.
And I’ll put them against each other. I’ll have them refactor my code or suggest improvements. Then take that output to the other and say “This is was Claude Code says I should focus on…do you agree?”.
I think cloude works great out of all the LLMs and accurate IMO, but it is good up to an extent but after that it’s getting lame.