CodeWithLLM-Updates
-

Creating the Tower of Time game
https://github.com/maciej-trebacz/tower-of-time-game/blob/main/PROMPTS.md
In cases where the code for a repository is created by AI, it would be good to add the entire chat protocol or at least the prompts that were used.

The developer (maciej-trebacz) acts as the architect and team lead: he sets tasks, checks results, points out errors, and directs the process. The AI does not invent the game "from scratch" but implements specific, clearly defined tasks.

Development is conducted iteratively. No complex feature was created with a single prompt. When the developer asks to create a WaveSystem "by analogy with EnergySystem.ts", the AI performs excellently because there is a ready pattern. The prompt "Refactor BasicTower to extract common logic for all towers" is an ideal task for AI.

Conclusions: