Let's share our tools and help each other make the best games possible!
Here's my setup for the jam:
Code: Claude Opus 4.7 4.8 Fable 4.8 in VS Code
Art: Probably GPT Image 2. I've been really impressed with the results from the new model.
Music: Suno 5.5
Engine: LittleJS. It's been working amazing with Claude. I'm using the version in this repo that has extra stuff for AI like skills and templates: LittleJS-AI
I've found using an engine much better than vanilla JS because all the hardest parts are already handled, so the AI can focus on the gameplay. LittleJS works really well because it is so small and clean that the AI can understand it easily. You don't even need to know much about the engine, the AI takes care of all the for you.
What's everyone else planning to use? Drop your stack below. 👇
