Updated grid-based game where players can select and target cells to propagate values. Includes reselection and adjacent target selection, with precise timing for incrementing values.
Prompt
Better but still the following issues:
1. It only selects the first one. Any subsequent you select are not selected.
2. You are able to pick target anywhere. It should only be the 4 adjacent to the selected.
3. The timer seems wrong. It should tick once a second and increase all targets with 1.
There was an error:
Copy-paste this to ChatGPT (in the same conversation) to fix it
If possible, also try to describe when this error happens